Reference documentation and code samples for the Google Cloud Ces V1 Client class Response.
Represents a response from the agent.
Generated from protobuf message google.cloud.ces.v1.TriggerAction.Response
Namespace
Google \ Cloud \ Ces \ V1 \ TriggerActionMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ text
string
Required. Text for the agent to respond with.
↳ disabled
bool
Optional. Whether the response is disabled. Disabled responses are not used by the agent.
getText
Required. Text for the agent to respond with.
string
setText
Required. Text for the agent to respond with.
var
string
$this
getDisabled
Optional. Whether the response is disabled. Disabled responses are not used by the agent.
bool
setDisabled
Optional. Whether the response is disabled. Disabled responses are not used by the agent.
var
bool
$this

