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

View Source

Defines a logical CCAIP component that e.g. “EMAIL”, "CRM". For more information see go/ccaip-private-path-v2. Each logical component is associated with a list of service attachments.

Attributes

  • name (type: String.t, default: nil) - Name of the component.
  • serviceAttachmentNames (type: list(String.t), default: nil) - Associated service attachments. The service attachment names that will be used for sending private traffic to the CCAIP tenant project. Example service attachment name: "projects/${TENANT_PROJECT_ID}/regions/${REGION}/serviceAttachments/ingress-default".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.Component{
  name: String.t() | nil,
  serviceAttachmentNames: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.