Class Dialog
Wrapper around the card body of the dialog.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class Dialog : IDirectResponseSchema
Properties
Body
Input only. Body of the dialog, which is rendered in a modal. Google Chat apps don't support the following
card entities: DateTimePicker
, OnChangeAction
.
Declaration
[JsonProperty("body")]
public virtual GoogleAppsCardV1Card Body { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsCardV1Card |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |