Class DialogAction
Contains a dialog and request status code.
Implements
Inherited Members
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 |