Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::UpdateConversationRequest.
The request to update a conversation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation
def conversation() -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
Returns
- (::Google::Cloud::ContactCenterInsights::V1::Conversation) — Required. The new values for the conversation.
#conversation=
def conversation=(value) -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::Conversation) — Required. The new values for the conversation.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::Conversation) — Required. The new values for the conversation.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The list of fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — The list of fields to be updated.