Voting helps other researchers find interesting modules.
Next ID: 18
clickImpersonationSupported
boolean()
nil
debugDataSupported
drlHistoryChipSupported
escapeHatchSupported
String.t
executedTextSupported
executionContextSupported
execution_context
featureSpecificActionSupport
GoogleApi.ContentWarehouse.V1.Model.AssistantApiFeatureSpecificActionSupport.t
featureSpecificAppActionsNotificationSupported
app_actions_notification_data
multiStepTrySayingSupported
ruleIdInExecutionContextSupported
showExecutedTextSupported
showTranslationSupported (type: boolean(), default: nil) - Whether the client can show chip as (text | translation). go/lang-partner-doc
showTranslationSupported
supportedDisplayTargets
list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiSuggestionsSupportDisplayTargetSupport.t)
widgetDataSupported
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSuggestionsSupport{ clickImpersonationSupported: boolean() | nil, debugDataSupported: boolean() | nil, drlHistoryChipSupported: boolean() | nil, escapeHatchSupported: String.t() | nil, executedTextSupported: boolean() | nil, executionContextSupported: boolean() | nil, featureSpecificActionSupport: GoogleApi.ContentWarehouse.V1.Model.AssistantApiFeatureSpecificActionSupport.t() | nil, featureSpecificAppActionsNotificationSupported: boolean() | nil, multiStepTrySayingSupported: boolean() | nil, ruleIdInExecutionContextSupported: boolean() | nil, showExecutedTextSupported: boolean() | nil, showTranslationSupported: boolean() | nil, supportedDisplayTargets: [ GoogleApi.ContentWarehouse.V1.Model.AssistantApiSuggestionsSupportDisplayTargetSupport.t() ] | nil, widgetDataSupported: boolean() | nil }
@spec decode(struct(), keyword()) :: struct()