Class: Google::Cloud::ContactCenterInsights::V1::UpdateConversationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::UpdateConversationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request to update a conversation.
Instance Attribute Summary collapse
-
#conversation ⇒ ::Google::Cloud::ContactCenterInsights::V1::Conversation
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#conversation ⇒ ::Google::Cloud::ContactCenterInsights::V1::Conversation
Returns Required. The new values for the conversation.
286 287 288 289 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 286 class UpdateConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated.
286 287 288 289 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 286 class UpdateConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |