View Source GoogleApi.Chat.V1.Model.ActionStatus (google_api_chat v0.34.3)

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

Attributes

  • statusCode (type: String.t, default: nil) - The status code.
  • userFacingMessage (type: String.t, default: nil) - The message to send users about the status of their request. If unset, a generic message based on the status_code is sent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.ActionStatus{
  statusCode: String.t() | nil,
  userFacingMessage: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.