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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The unique identifier of the omnichannel resource. Format: |
↳ display_name |
string
Required. Display name of the omnichannel resource. |
↳ description |
string
Optional. Human-readable description of the omnichannel resource. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. Timestamp when the omnichannel resource was created. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. Timestamp when the omnichannel resource was last updated. |
↳ etag |
string
Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. |
↳ integration_config |
OmnichannelIntegrationConfig
Optional. The integration config for the omnichannel resource. |
getName
Identifier. The unique identifier of the omnichannel resource.
Format:
projects/{project}/locations/{location}/omnichannels/{omnichannel}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The unique identifier of the omnichannel resource.
Format:
projects/{project}/locations/{location}/omnichannels/{omnichannel}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Required. Display name of the omnichannel resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Required. Display name of the omnichannel resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
Optional. Human-readable description of the omnichannel resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Optional. Human-readable description of the omnichannel resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. Timestamp when the omnichannel resource was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp when the omnichannel resource was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Output only. Timestamp when the omnichannel resource was last updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Timestamp when the omnichannel resource was last updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEtag
Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEtag
Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIntegrationConfig
Optional. The integration config for the omnichannel resource.
| Returns | |
|---|---|
| Type | Description |
OmnichannelIntegrationConfig|null |
|
hasIntegrationConfig
clearIntegrationConfig
setIntegrationConfig
Optional. The integration config for the omnichannel resource.
| Parameter | |
|---|---|
| Name | Description |
var |
OmnichannelIntegrationConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|