Reference documentation and code samples for the Google Cloud Ces V1 Client class Omnichannel.
Represents an Omnichannel resource.
Generated from protobuf message google.cloud.ces.v1.Omnichannel
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The unique identifier of the omnichannel resource. Format: projects/{project}/locations/{location}/omnichannels/{omnichannel}
↳ display_name
string
Required. Display name of the omnichannel resource.
↳ description
string
Optional. Human-readable description of the omnichannel resource.
↳ create_time
↳ update_time
↳ etag
string
Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation.
↳ integration_config
getName
Identifier. The unique identifier of the omnichannel resource.
Format: projects/{project}/locations/{location}/omnichannels/{omnichannel}
string
setName
Identifier. The unique identifier of the omnichannel resource.
Format: projects/{project}/locations/{location}/omnichannels/{omnichannel}
var
string
$this
getDisplayName
Required. Display name of the omnichannel resource.
string
setDisplayName
Required. Display name of the omnichannel resource.
var
string
$this
getDescription
Optional. Human-readable description of the omnichannel resource.
string
setDescription
Optional. Human-readable description of the omnichannel resource.
var
string
$this
getCreateTime
Output only. Timestamp when the omnichannel resource was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp when the omnichannel resource was created.
$this
getUpdateTime
Output only. Timestamp when the omnichannel resource was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Timestamp when the omnichannel resource was last updated.
$this
getEtag
Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation.
string
setEtag
Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation.
var
string
$this
getIntegrationConfig
Optional. The integration config for the omnichannel resource.
hasIntegrationConfig
clearIntegrationConfig
setIntegrationConfig
Optional. The integration config for the omnichannel resource.
$this

