URIsResponse

data class URIsResponse(val chatBotUri: String, val mediaUri: String, val rootUri: String, val virtualAgentStreamingServiceUri: String)

Message storing the URIs of the ContactCenter.

Constructors

Link copied to clipboard
fun URIsResponse(chatBotUri: String, mediaUri: String, rootUri: String, virtualAgentStreamingServiceUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Chat Bot Uri of the ContactCenter

Link copied to clipboard

Media Uri of the ContactCenter.

Link copied to clipboard

Root Uri of the ContactCenter.

Link copied to clipboard

Virtual Agent Streaming Service Uri of the ContactCenter.