Show / Hide Table of Contents

Class DialogAction

Contains a dialog and request status code.

Inheritance
object
DialogAction
Implements
IMessage<DialogAction>
IEquatable<DialogAction>
IDeepCloneable<DialogAction>
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 DialogAction : IMessage<DialogAction>, IEquatable<DialogAction>, IDeepCloneable<DialogAction>, IBufferMessage, IMessage

Constructors

DialogAction()

Declaration
public DialogAction()

DialogAction(DialogAction)

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

Properties

ActionCase

Declaration
public DialogAction.ActionOneofCase ActionCase { get; }
Property Value
Type Description
DialogAction.ActionOneofCase

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
public ActionStatus ActionStatus { get; set; }
Property Value
Type Description
ActionStatus

Dialog

Input only. Dialog for the request.

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