Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::UpdateConversationRequest.
Request for UpdateConversation method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation
def conversation() -> ::Google::Cloud::DiscoveryEngine::V1::Conversation
Returns
- (::Google::Cloud::DiscoveryEngine::V1::Conversation) — Required. The Conversation to update.
#conversation=
def conversation=(value) -> ::Google::Cloud::DiscoveryEngine::V1::Conversation
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1::Conversation) — Required. The Conversation to update.
Returns
- (::Google::Cloud::DiscoveryEngine::V1::Conversation) — Required. The Conversation to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Indicates which fields in the provided
Conversation to update. The
following are NOT supported:
- [conversation.name][]
If not set or empty, all supported fields are updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Indicates which fields in the provided
Conversation to update. The
following are NOT supported:
- [conversation.name][]
If not set or empty, all supported fields are updated.
Returns
-
(::Google::Protobuf::FieldMask) — Indicates which fields in the provided
Conversation to update. The
following are NOT supported:
- [conversation.name][]
If not set or empty, all supported fields are updated.