ContactCenter
import type { ContactCenter } from "https://googleapis.deno.dev/v1/contactcenteraiplatform:v1alpha1.ts";
Message describing ContactCenter object
interface ContactCenter {
adminUser?: AdminUser;
advancedReportingEnabled?: boolean;
ccaipManagedUsers?: boolean;
readonly createTime?: Date;
critical?: Critical;
customerDomainPrefix?: string;
displayName?: string;
early?: Early;
instanceConfig?: InstanceConfig;
kmsKey?: string;
labels?: {};
[key: string]: string;
name?: string;
normal?: Normal;
privateAccess?: PrivateAccess;
readonly privateComponents?: string[];
readonly releaseVersion?: string;
samlParams?: SAMLParams;
readonly state?:
| "STATE_UNSPECIFIED"
| "STATE_DEPLOYING"
| "STATE_DEPLOYED"
| "STATE_TERMINATING"
| "STATE_FAILED"
| "STATE_TERMINATING_FAILED"
| "STATE_TERMINATED"
| "STATE_IN_GRACE_PERIOD"
| "STATE_FAILING_OVER"
| "STATE_DEGRADED"
| "STATE_REPAIRING";
readonly updateTime?: Date;
readonly uris?: URIs;
userEmail?: string;
}§Properties
§
advancedReportingEnabled?: boolean
[src]Optional. Whether the advanced reporting feature is enabled.
§
ccaipManagedUsers?: boolean
[src]Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity
§
instanceConfig?: InstanceConfig
[src]The configuration of this instance, it is currently immutable once created.
§
privateAccess?: PrivateAccess
[src]Optional. VPC-SC related networking configuration.
§
readonly releaseVersion?: string
[src]Output only. UJET release version, unique for each new release.
§
samlParams?: SAMLParams
[src]Optional. Params that sets up Google as IdP.
§
readonly state?: "STATE_UNSPECIFIED" | "STATE_DEPLOYING" | "STATE_DEPLOYED" | "STATE_TERMINATING" | "STATE_FAILED" | "STATE_TERMINATING_FAILED" | "STATE_TERMINATED" | "STATE_IN_GRACE_PERIOD" | "STATE_FAILING_OVER" | "STATE_DEGRADED" | "STATE_REPAIRING"
[src]Output only. The state of this contact center.