Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::UploadConversationRequest (v0.22.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::UploadConversationRequest.

Request to upload a conversation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conversation

def conversation() -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
Returns

#conversation=

def conversation=(value) -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
Parameter
Returns

#conversation_id

def conversation_id() -> ::String
Returns
  • (::String) — 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]-

#conversation_id=

def conversation_id=(value) -> ::String
Parameter
  • value (::String) — 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]-

Returns
  • (::String) — 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]-

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the conversation.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource of the conversation.
Returns
  • (::String) — Required. The parent resource of the conversation.

#redaction_config

def redaction_config() -> ::Google::Cloud::ContactCenterInsights::V1::RedactionConfig
Returns

#redaction_config=

def redaction_config=(value) -> ::Google::Cloud::ContactCenterInsights::V1::RedactionConfig
Parameter
Returns

#speech_config

def speech_config() -> ::Google::Cloud::ContactCenterInsights::V1::SpeechConfig
Returns

#speech_config=

def speech_config=(value) -> ::Google::Cloud::ContactCenterInsights::V1::SpeechConfig
Parameter
Returns