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

The response of the updated widget. Used to provide autocomplete options for a widget.

Attributes

  • suggestions (type: GoogleApi.Chat.V1.Model.SelectionItems.t, default: nil) - List of widget autocomplete results
  • widget (type: String.t, default: nil) - The ID of the updated widget. The ID must match the one for the widget that triggered the update request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.UpdatedWidget{
  suggestions: GoogleApi.Chat.V1.Model.SelectionItems.t() | nil,
  widget: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.