GoogleApi.Chat.V1.Model.GoogleAppsCardV1SuggestionItem (google_api_chat v0.43.0)

View Source

One suggested value that users can enter in a text input field. Google Workspace add-ons and Chat apps:

Attributes

  • text (type: String.t, default: nil) - The value of a suggested input to a text input field. This is equivalent to what users enter themselves.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Chat.V1.Model.GoogleAppsCardV1SuggestionItem{
  text: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.