GoogleApi.Chat.V1.Model.CardWithId (google_api_chat v0.24.0) View Source

Widgets for chatbots to specify.

Attributes

  • card (type: GoogleApi.Chat.V1.Model.GoogleAppsCardV1Card.t, default: nil) - Card proto that allows chatbots to specify UI elements and editable widgets.
  • cardId (type: String.t, default: nil) - Chatbot-specified identifier for this widget. Scoped within a message.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Chat.V1.Model.CardWithId{
  card: GoogleApi.Chat.V1.Model.GoogleAppsCardV1Card.t() | nil,
  cardId: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.