View Source GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.ContactCenter (google_api_contact_center_ai_platform v0.2.0)
Message describing ContactCenter object Next ID: 20
Attributes
-
adminUser
(type:GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.AdminUser.t
, default:nil
) - Optional. Info about the first admin user, such as given name and family name. -
ccaipManagedUsers
(type:boolean()
, default:nil
) - Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity -
createTime
(type:DateTime.t
, default:nil
) - Output only. [Output only] Create time stamp -
customerDomainPrefix
(type:String.t
, default:nil
) - Required. Immutable. At least 2 and max 16 char long, must conform to RFC 1035. -
displayName
(type:String.t
, default:nil
) - Required. A user friendly name for the ContactCenter. -
instanceConfig
(type:GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.InstanceConfig.t
, default:nil
) - The configuration of this instance, it is currently immutable once created. -
kmsKey
(type:String.t
, default:nil
) - Immutable. The KMS key name to encrypt the user input (ContactCenter
). -
labels
(type:map()
, default:nil
) - Labels as key value pairs -
name
(type:String.t
, default:nil
) - name of resource -
privateComponents
(type:list(String.t)
, default:nil
) - Output only. A list of UJET components that should be privately accessed. This field is set by reading settings from the data plane. For more information about the format of the component please refer to go/ccaip-vpc-sc-org-policy. This field is must be fully populated only for Create/Update resource operations. The main use case for this field is OrgPolicy checks via CPE. -
samlParams
(type:GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.SAMLParams.t
, default:nil
) - Optional. Params that sets up Google as IdP. -
state
(type:String.t
, default:nil
) - Output only. The state of this contact center. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. [Output only] Update time stamp -
uris
(type:GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.URIs.t
, default:nil
) - Output only. URIs to access the deployed ContactCenters. -
userEmail
(type:String.t
, default:nil
) - Optional. Email address of the first admin user.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.ContactCenter{ adminUser: GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.AdminUser.t() | nil, ccaipManagedUsers: boolean() | nil, createTime: DateTime.t() | nil, customerDomainPrefix: String.t() | nil, displayName: String.t() | nil, instanceConfig: GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.InstanceConfig.t() | nil, kmsKey: String.t() | nil, labels: map() | nil, name: String.t() | nil, privateComponents: [String.t()] | nil, samlParams: GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.SAMLParams.t() | nil, state: String.t() | nil, updateTime: DateTime.t() | nil, uris: GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.URIs.t() | nil, userEmail: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.