google_api_chat v0.15.0 GoogleApi.Chat.V1.Model.ActionResponse View Source

Parameters that a bot can use to configure how it's response is posted.

Attributes

  • type (type: String.t, default: nil) - The type of bot response.
  • url (type: String.t, default: nil) - URL for users to auth or config. (Only for REQUEST_CONFIG response types.)

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Chat.V1.Model.ActionResponse{
  type: String.t(),
  url: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.