Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1UploadConversationRequest

Request to upload a conversation.

Inheritance
object
GoogleCloudContactcenterinsightsV1UploadConversationRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1UploadConversationRequest : IDirectResponseSchema

Properties

Conversation

Required. The conversation resource to create.

Declaration
[JsonProperty("conversation")]
public virtual GoogleCloudContactcenterinsightsV1Conversation Conversation { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1Conversation

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 GoogleCloudContactcenterinsightsV1RedactionConfig RedactionConfig { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1RedactionConfig

SpeechConfig

Optional. Speech-to-Text configuration. Will default to the config specified in Settings.

Declaration
[JsonProperty("speechConfig")]
public virtual GoogleCloudContactcenterinsightsV1SpeechConfig SpeechConfig { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1SpeechConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX