Gemini Enterprise for Customer Experience v1 API - Class OmnichannelOperationMetadata (1.0.0-beta01)

public sealed class OmnichannelOperationMetadata : IMessage<OmnichannelOperationMetadata>, IEquatable<OmnichannelOperationMetadata>, IDeepCloneable<OmnichannelOperationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class OmnichannelOperationMetadata.

Represents the metadata of the long-running operation.

Inheritance

object > OmnichannelOperationMetadata

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

OmnichannelOperationMetadata()

public OmnichannelOperationMetadata()

OmnichannelOperationMetadata(OmnichannelOperationMetadata)

public OmnichannelOperationMetadata(OmnichannelOperationMetadata other)
Parameter
Name Description
other OmnichannelOperationMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was created.

Property Value
Type Description
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. The time the operation finished running.

Property Value
Type Description
Timestamp

RequestedCancellation

public bool RequestedCancellation { get; set; }

Output only. Identifies whether the user has requested cancellation of the operation.

Property Value
Type Description
bool

StatusMessage

public string StatusMessage { get; set; }

Output only. Human-readable status of the operation, if any.

Property Value
Type Description
string