Contact Center AI Insights v1 API - Class UploadConversationRequest (2.10.0)

publicsealedclassUploadConversationRequest: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.

Inheritance

object > UploadConversationRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.