Class GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest
Request to upload a conversation.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1alpha1UploadConversationRequest : IDirectResponseSchema
Properties
Conversation
Required. The conversation resource to create.
Declaration
[JsonProperty("conversation")]
public virtual GoogleCloudContactcenterinsightsV1alpha1Conversation Conversation { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1Conversation |
ConversationId
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-
Declaration
[JsonProperty("conversationId")]
public virtual string ConversationId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The parent resource of the conversation.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
RedactionConfig
Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
Declaration
[JsonProperty("redactionConfig")]
public virtual GoogleCloudContactcenterinsightsV1alpha1RedactionConfig RedactionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1RedactionConfig |
SpeechConfig
Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
Declaration
[JsonProperty("speechConfig")]
public virtual GoogleCloudContactcenterinsightsV1alpha1SpeechConfig SpeechConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudContactcenterinsightsV1alpha1SpeechConfig |