Google Apps Chat V1 Client - Class Dialog (0.1.3)

Reference documentation and code samples for the Google Apps Chat V1 Client class Dialog.

Wrapper around the card body of the dialog.

Generated from protobuf message google.chat.v1.Dialog

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ body Google\Apps\Card\V1\Card

Input only. Body of the dialog, which is rendered in a modal. Google Chat apps don't support the following card entities: DateTimePicker, OnChangeAction.

getBody

Input only. Body of the dialog, which is rendered in a modal.

Google Chat apps don't support the following card entities: DateTimePicker, OnChangeAction.

Returns
Type Description
Google\Apps\Card\V1\Card|null

hasBody

clearBody

setBody

Input only. Body of the dialog, which is rendered in a modal.

Google Chat apps don't support the following card entities: DateTimePicker, OnChangeAction.

Parameter
Name Description
var Google\Apps\Card\V1\Card
Returns
Type Description
$this