Reference documentation and code samples for the Google Apps Chat V1 Client class ActionStatus.
Represents the status for a request to either invoke or submit a dialog .
Generated from protobuf message google.chat.v1.ActionStatus
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ status_code
int
The status code.
↳ user_facing_message
string
The message to send users about the status of their request. If unset, a generic message based on the status_code
is sent.
getStatusCode
The status code.
int
setStatusCode
The status code.
var
int
$this
getUserFacingMessage
The message to send users about the status of their request.
If unset, a generic message based on the status_code
is sent.
string
setUserFacingMessage
The message to send users about the status of their request.
If unset, a generic message based on the status_code
is sent.
var
string
$this