Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class UpdateAgentRequest.
The request message for Agents.UpdateAgent .
Generated from protobuf message google.cloud.dialogflow.cx.v3.UpdateAgentRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ agent
↳ update_mask
Google\Protobuf\FieldMask
The mask to control which fields get updated. If the mask is not present, all fields will be updated.
getAgent
Required. The agent to update.
hasAgent
clearAgent
setAgent
Required. The agent to update.
$this
getUpdateMask
The mask to control which fields get updated. If the mask is not present, all fields will be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
The mask to control which fields get updated. If the mask is not present, all fields will be updated.
$this
static::build
agent
updateMask
Google\Protobuf\FieldMask
The mask to control which fields get updated. If the mask is not present, all fields will be updated.