Show / Hide Table of Contents

Class DialogAction

Contains a dialog and request status code.

Inheritance
object
DialogAction
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 DialogAction : IDirectResponseSchema

Properties

ActionStatus

Input only. Status for a request to either invoke or submit a dialog. Displays a status and message to users, if necessary. For example, in case of an error or success.

Declaration
[JsonProperty("actionStatus")]
public virtual ActionStatus ActionStatus { get; set; }
Property Value
Type Description
ActionStatus

Dialog

Input only. Dialog for the request.

Declaration
[JsonProperty("dialog")]
public virtual Dialog Dialog { get; set; }
Property Value
Type Description
Dialog

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