Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::UpdateConversationRequest (v0.3.0)

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

#conversation=

def conversation=(value) -> ::Google::Cloud::DiscoveryEngine::V1::Conversation
Parameter
Returns

#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.