Class Dialog
Wrapper around the card body of the dialog.
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class Dialog : IMessage<Dialog>, IEquatable<Dialog>, IDeepCloneable<Dialog>, IBufferMessage, IMessage
Constructors
Dialog()
Declaration
public Dialog()
Dialog(Dialog)
Declaration
public Dialog(Dialog other)
Parameters
Type | Name | Description |
---|---|---|
Dialog | other |
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
public Card Body { get; set; }
Property Value
Type | Description |
---|---|
Card |