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
- (::Google::Cloud::ContactCenterInsights::V1::Conversation) — Required. The conversation resource to create.
#conversation=
def conversation=(value) -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
- value (::Google::Cloud::ContactCenterInsights::V1::Conversation) — Required. The conversation resource to create.
- (::Google::Cloud::ContactCenterInsights::V1::Conversation) — Required. The conversation resource to create.
#conversation_id
def conversation_id() -> ::String
-
(::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
-
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]-
-
(::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
- (::String) — Required. The parent resource of the conversation.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The parent resource of the conversation.
- (::String) — Required. The parent resource of the conversation.
#redaction_config
def redaction_config() -> ::Google::Cloud::ContactCenterInsights::V1::RedactionConfig
- (::Google::Cloud::ContactCenterInsights::V1::RedactionConfig) — Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
#redaction_config=
def redaction_config=(value) -> ::Google::Cloud::ContactCenterInsights::V1::RedactionConfig
- value (::Google::Cloud::ContactCenterInsights::V1::RedactionConfig) — Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
- (::Google::Cloud::ContactCenterInsights::V1::RedactionConfig) — Optional. DLP settings for transcript redaction. Will default to the config specified in Settings.
#speech_config
def speech_config() -> ::Google::Cloud::ContactCenterInsights::V1::SpeechConfig
- (::Google::Cloud::ContactCenterInsights::V1::SpeechConfig) — Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
#speech_config=
def speech_config=(value) -> ::Google::Cloud::ContactCenterInsights::V1::SpeechConfig
- value (::Google::Cloud::ContactCenterInsights::V1::SpeechConfig) — Optional. Speech-to-Text configuration. Will default to the config specified in Settings.
- (::Google::Cloud::ContactCenterInsights::V1::SpeechConfig) — Optional. Speech-to-Text configuration. Will default to the config specified in Settings.