View Source GoogleApi.Chat.V1.Model.GoogleAppsCardV1SuggestionItem (google_api_chat v0.34.3)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.