GoogleApi.Chat.V1.Model.GoogleAppsCardV1SuggestionItem (google_api_chat v0.43.0)
View SourceOne 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 }