public sealed class UploadConversationRequest : IMessage<UploadConversationRequest>, IEquatable<UploadConversationRequest>, IDeepCloneable<UploadConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class UploadConversationRequest.
Request to upload a conversation.
Implements
IMessageUploadConversationRequest, IEquatableUploadConversationRequest, IDeepCloneableUploadConversationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
UploadConversationRequest()
public UploadConversationRequest()
UploadConversationRequest(UploadConversationRequest)
public UploadConversationRequest(UploadConversationRequest other)
Parameter | |
---|---|
Name | Description |
other |
UploadConversationRequest |
Properties
Conversation
public Conversation Conversation { get; set; }
Required. The conversation resource to create.
Property Value | |
---|---|
Type | Description |
Conversation |
ConversationId
public string ConversationId { get; set; }
Optional. A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$
. Valid characters are [a-z][0-9]-
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource of the conversation.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
RedactionConfig
public RedactionConfig RedactionConfig { get; set; }
Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
Property Value | |
---|---|
Type | Description |
RedactionConfig |
SpeechConfig
public SpeechConfig SpeechConfig { get; set; }
Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
Property Value | |
---|---|
Type | Description |
SpeechConfig |