Contact Center AI Insights v1 API - Class UploadConversationMetadata (2.14.0)

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

Reference documentation and code samples for the Contact Center AI Insights v1 API class UploadConversationMetadata.

The metadata for an UploadConversation operation.

Inheritance

object > UploadConversationMetadata

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

UploadConversationMetadata()

public UploadConversationMetadata()

UploadConversationMetadata(UploadConversationMetadata)

public UploadConversationMetadata(UploadConversationMetadata other)
Parameter
NameDescription
otherUploadConversationMetadata

Properties

AnalysisOperation

public string AnalysisOperation { get; set; }

Output only. The operation name for a successfully created analysis operation, if any.

Property Value
TypeDescription
string

AppliedRedactionConfig

public RedactionConfig AppliedRedactionConfig { get; set; }

Output only. The redaction config applied to the uploaded conversation.

Property Value
TypeDescription
RedactionConfig

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was created.

Property Value
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. The time the operation finished running.

Property Value
TypeDescription
Timestamp

Request

public UploadConversationRequest Request { get; set; }

Output only. The original request.

Property Value
TypeDescription
UploadConversationRequest