Show / Hide Table of Contents

Class Dialog

Wrapper around the card body of the dialog.

Inheritance
object
Dialog
Implements
IMessage<Dialog>
IEquatable<Dialog>
IDeepCloneable<Dialog>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX