Show / Hide Table of Contents

Class ActionResponse

Parameters that a Chat app can use to configure how its response is posted.

Inheritance
object
ActionResponse
Implements
IMessage<ActionResponse>
IEquatable<ActionResponse>
IDeepCloneable<ActionResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class ActionResponse : IMessage<ActionResponse>, IEquatable<ActionResponse>, IDeepCloneable<ActionResponse>, IBufferMessage, IMessage

Constructors

ActionResponse()

Declaration
public ActionResponse()

ActionResponse(ActionResponse)

Declaration
public ActionResponse(ActionResponse other)
Parameters
Type Name Description
ActionResponse other

Properties

DialogAction

Input only. A response to an interaction event related to a dialog. Must be accompanied by ResponseType.Dialog.

Declaration
public DialogAction DialogAction { get; set; }
Property Value
Type Description
DialogAction

Type

Input only. The type of Chat app response.

Declaration
public ActionResponse.Types.ResponseType Type { get; set; }
Property Value
Type Description
ActionResponse.Types.ResponseType

UpdatedWidget

Input only. The response of the updated widget.

Declaration
public ActionResponse.Types.UpdatedWidget UpdatedWidget { get; set; }
Property Value
Type Description
ActionResponse.Types.UpdatedWidget

Url

Input only. URL for users to authenticate or configure. (Only for REQUEST_CONFIG response types.)

Declaration
public string Url { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX