google_api_chat v0.1.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: null.

    • Enum - one of [TYPE_UNSPECIFIED, NEW_MESSAGE, UPDATE_MESSAGE, REQUEST_CONFIG]
  • url (String.t): URL for users to auth or config. (Only for REQUEST_CONFIG response types.) Defaults to: null.

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: any(), url: any()}

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.