Class ActionResponse
Parameters that a Chat app can use to configure how it's response is posted.
Inheritance
System.Object
ActionResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 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 |
---|---|
System.String |
Type
Input only. The type of Chat app response.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Input only. URL for users to auth or config. (Only for REQUEST_CONFIG response types.)
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |