Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class UpdateConversationRequest.
Request for UpdateConversation method.
Generated from protobuf message google.cloud.discoveryengine.v1.UpdateConversationRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ conversation
↳ update_mask
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.
getConversation
Required. The Conversation to update.
hasConversation
clearConversation
setConversation
Required. The Conversation to update.
$this
getUpdateMask
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.
hasUpdateMask
clearUpdateMask
setUpdateMask
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.
$this
static::build
conversation
updateMask
Google\Protobuf\FieldMask
Indicates which fields in the provided Conversation to update. The following are NOT supported:
If not set or empty, all supported fields are updated.