Show / Hide Table of Contents

Class ActionStatus

Represents the status for a request to either invoke or submit a dialog.

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

Constructors

ActionStatus()

Declaration
public ActionStatus()

ActionStatus(ActionStatus)

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

Properties

StatusCode

The status code.

Declaration
public Code StatusCode { get; set; }
Property Value
Type Description
Code

UserFacingMessage

The message to send users about the status of their request. If unset, a generic message based on the status_code is sent.

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