Class ActionResponse
Parameters that a Chat app can use to configure how its response is posted.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class ActionResponse : IDirectResponseSchema
Properties
DialogAction
Input only. A response to an interaction event related to a
dialog. Must be accompanied by
ResponseType.Dialog
.
Declaration
[JsonProperty("dialogAction")]
public virtual DialogAction DialogAction { get; set; }
Property Value
Type | Description |
---|---|
DialogAction |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Input only. The type of Chat app response.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdatedWidget
Input only. The response of the updated widget.
Declaration
[JsonProperty("updatedWidget")]
public virtual UpdatedWidget UpdatedWidget { get; set; }
Property Value
Type | Description |
---|---|
UpdatedWidget |
Url
Input only. URL for users to authenticate or configure. (Only for REQUEST_CONFIG
response types.)
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |