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

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

Attributes

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

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.