Show / Hide Table of Contents

Class Dialog

Wrapper around the card body of the dialog.

Inheritance
object
Dialog
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX