Class: Google::Cloud::ContactCenterInsights::V1::UploadConversationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::UploadConversationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Request to upload a conversation.
Instance Attribute Summary collapse
-
#conversation ⇒ ::Google::Cloud::ContactCenterInsights::V1::Conversation
Required.
-
#conversation_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#redaction_config ⇒ ::Google::Cloud::ContactCenterInsights::V1::RedactionConfig
Optional.
-
#speech_config ⇒ ::Google::Cloud::ContactCenterInsights::V1::SpeechConfig
Optional.
Instance Attribute Details
#conversation ⇒ ::Google::Cloud::ContactCenterInsights::V1::Conversation
Returns Required. The conversation resource to create.
199 200 201 202 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 199 class UploadConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#conversation_id ⇒ ::String
Returns 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]-
.
199 200 201 202 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 199 class UploadConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the conversation.
199 200 201 202 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 199 class UploadConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#redaction_config ⇒ ::Google::Cloud::ContactCenterInsights::V1::RedactionConfig
Returns Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings.
199 200 201 202 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 199 class UploadConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#speech_config ⇒ ::Google::Cloud::ContactCenterInsights::V1::SpeechConfig
Returns Optional. Default Speech-to-Text configuration. Optional, will default to the config specified in Settings.
199 200 201 202 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 199 class UploadConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |