Class: Google::Cloud::DiscoveryEngine::V1::UpdateConversationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb

Overview

Request for UpdateConversation method.

Instance Attribute Summary collapse

Instance Attribute Details

#conversation::Google::Cloud::DiscoveryEngine::V1::Conversation

Returns Required. The Conversation to update.

Returns:



148
149
150
151
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 148

class UpdateConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Indicates which fields in the provided Conversation to update. The following are NOT supported:

If not set or empty, all supported fields are updated.

Returns:



148
149
150
151
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 148

class UpdateConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end