View Source GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.URIs (google_api_contact_center_ai_platform v0.5.2)

Message storing the URIs of the ContactCenter.

Attributes

  • chatBotUri (type: String.t, default: nil) - Chat Bot Uri of the ContactCenter
  • mediaUri (type: String.t, default: nil) - Media Uri of the ContactCenter.
  • rootUri (type: String.t, default: nil) - Root Uri of the ContactCenter.
  • virtualAgentStreamingServiceUri (type: String.t, default: nil) - Virtual Agent Streaming Service Uri of the ContactCenter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.URIs{
  chatBotUri: String.t() | nil,
  mediaUri: String.t() | nil,
  rootUri: String.t() | nil,
  virtualAgentStreamingServiceUri: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.