GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.URIs (google_api_contact_center_ai_platform v0.6.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.