Class: Google::Cloud::DiscoveryEngine::V1beta::UpdateConversationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::UpdateConversationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb
Overview
Request for UpdateConversation method.
Instance Attribute Summary collapse
-
#conversation ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::Conversation
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Indicates which fields in the provided Conversation to update.
Instance Attribute Details
#conversation ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::Conversation
Returns Required. The Conversation to update.
156 157 158 159 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 156 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.
156 157 158 159 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 156 class UpdateConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |