public sealed class Omnichannel : IMessage<Omnichannel>, IEquatable<Omnichannel>, IDeepCloneable<Omnichannel>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class Omnichannel.
Represents an Omnichannel resource.
Implements
IMessageOmnichannel, IEquatableOmnichannel, IDeepCloneableOmnichannel, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
Omnichannel()
public Omnichannel()Omnichannel(Omnichannel)
public Omnichannel(Omnichannel other)| Parameter | |
|---|---|
| Name | Description |
other |
Omnichannel |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Timestamp when the omnichannel resource was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }Optional. Human-readable description of the omnichannel resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Required. Display name of the omnichannel resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Etag
public string Etag { get; set; }Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation.
| Property Value | |
|---|---|
| Type | Description |
string |
|
IntegrationConfig
public OmnichannelIntegrationConfig IntegrationConfig { get; set; }Optional. The integration config for the omnichannel resource.
| Property Value | |
|---|---|
| Type | Description |
OmnichannelIntegrationConfig |
|
Name
public string Name { get; set; }Identifier. The unique identifier of the omnichannel resource.
Format:
projects/{project}/locations/{location}/omnichannels/{omnichannel}
| Property Value | |
|---|---|
| Type | Description |
string |
|
OmnichannelName
public OmnichannelName OmnichannelName { get; set; }OmnichannelName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
OmnichannelName |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Timestamp when the omnichannel resource was last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|