Omnichannel
import type { Omnichannel } from "https://googleapis.deno.dev/v1/ces:v1.ts";Represents an Omnichannel resource.
interface Omnichannel {
readonly createTime?: Date;
description?: string;
displayName?: string;
readonly etag?: string;
integrationConfig?: OmnichannelIntegrationConfig;
name?: string;
readonly updateTime?: Date;
}§Properties
§
readonly etag?: string
[src]Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation.
§
integrationConfig?: OmnichannelIntegrationConfig
[src]Optional. The integration config for the omnichannel resource.