Contact Center AI Insights v1 API - Class UploadConversationRequest (2.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicsealedclassUploadConversationRequest:IMessage<UploadConversationRequest>,IEquatable<UploadConversationRequest>,IDeepCloneable<UploadConversationRequest>,IBufferMessage,IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class UploadConversationRequest.
Request to upload a conversation.
Implements
IMessage UploadConversationRequest, IEquatable UploadConversationRequest, IDeepCloneable UploadConversationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
UploadConversationRequest()
publicUploadConversationRequest()UploadConversationRequest(UploadConversationRequest)
publicUploadConversationRequest(UploadConversationRequestother)| 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. Optional, will default to the config specified in Settings.
| Property Value | |
|---|---|
| Type | Description |
RedactionConfig |
|
SpeechConfig
public SpeechConfig SpeechConfig { get; set; }Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings.
| Property Value | |
|---|---|
| Type | Description |
SpeechConfig |
|