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.
Implements
IMessageUploadConversationMetadata, IEquatableUploadConversationMetadata, IDeepCloneableUploadConversationMetadata, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ContactCenterInsightsV1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
UploadConversationMetadata()
public UploadConversationMetadata()
UploadConversationMetadata(UploadConversationMetadata)
public UploadConversationMetadata(UploadConversationMetadata other)
Parameter | |
---|---|
Name | Description |
other | UploadConversationMetadata |
Properties
AnalysisOperation
public string AnalysisOperation { get; set; }
Output only. The operation name for a successfully created analysis operation, if any.
Property Value | |
---|---|
Type | Description |
string |
AppliedRedactionConfig
public RedactionConfig AppliedRedactionConfig { get; set; }
Output only. The redaction config applied to the uploaded conversation.
Property Value | |
---|---|
Type | Description |
RedactionConfig |
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 |
Request
public UploadConversationRequest Request { get; set; }
Output only. The original request.
Property Value | |
---|---|
Type | Description |
UploadConversationRequest |