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
200 201 202 203 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 200 class UploadConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#conversation_id ⇒ ::String
200 201 202 203 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 200 class UploadConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
200 201 202 203 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 200 class UploadConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#redaction_config ⇒ ::Google::Cloud::ContactCenterInsights::V1::RedactionConfig
200 201 202 203 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 200 class UploadConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#speech_config ⇒ ::Google::Cloud::ContactCenterInsights::V1::SpeechConfig
200 201 202 203 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 200 class UploadConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |