AssistantApiSuggestionsSupport

Assistant APIInfrastructure

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSuggestionsSupport

1
out of 10
Minimal
SEO Impact
Next ID: 18

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Assistant Api Suggestions Support) contains SEO-relevant attributes including clickImpersonationSupported. Key functionality includes: Whether client supports user impersonation on suggestion chip click. go/suggestion-click-impersonation

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

14
Sort:|Filter:
clickImpersonationSupportedboolean(
Default: nil

Whether client supports user impersonation on suggestion chip click. go/suggestion-click-impersonation

debugDataSupportedboolean(
Default: nil

Whether client supports suggestions debug data to be displayed.

drlHistoryChipSupportedboolean(
Default: nil

Whether DRL history chip is supported. Related bug: http://b/241837879, http://b/171854732 Design doc: http://go/panthera-history-chip-dd DRL history chip was originally rolled out to Panthera in http://google3/googledata/experiments/mobile/agsa/studies/agsa_nga/opa_panthera_one_input_ui_launch.gcl?l=55&rcl=384682900. We plan to roll it out to NGA and TNG. drl_history_chip_supported bit specifies whether the client support (and should have) DRL history chip.

escapeHatchSupportedstring
Default: nilFull type: String.t

Whether client supports escape hatches aka post execution suggestions go/nga-escape-hatch-prd

executedTextSupportedboolean(
Default: nil

Whether the client can rewrite suggestion query text into executed text, if the latter is present. If this feature is disabled, the rewrite happens in Assistant Server.

executionContextSupportedboolean(
Default: nil

Whether the client supports passing back execution_context from |assistant.api.client_op.SuggestionProcessingParams| when the suggestion is clicked or spoken.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiFeatureSpecificActionSupport.t

Whether the client supports features in |SuggestionFeatureSpecificAction|.

featureSpecificAppActionsNotificationSupportedboolean(
Default: nil

Whether the client supports handling App Actions' notification when the suggestion is clicked. This will allow the server to populate the app_actions_notification_data extension field from |SuggestionFeatureSpecificAction| proto message.

multiStepTrySayingSupportedboolean(
Default: nil

Whether the multi-step try saying suggestion feature is supported. dd: go/tng-multi-step-simplified

ruleIdInExecutionContextSupportedboolean(
Default: nil

Whether the rule_id field in the execution_context is supported. This is a temporary workaround to be able to identify clicks on Person entity suggestions on Sabrina and is expected to be eventually deprecated. TODO(b/185517153) : Deprecate (but do not delete) once click tracking is correctly sent up from the Katniss client.

showExecutedTextSupportedboolean(
Default: nil

Whether the client can show executed_text after the click on the suggestion chip. Must be set to false on TNG. TNG disregards |SuggestionProcessingParams.show_executed_text| field and always treats it as if |show_executed_text=true|.

showTranslationSupportedboolean(
Default: nil

Whether the client can show chip as (text | translation). go/lang-partner-doc

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiSuggestionsSupportDisplayTargetSupport.t

A list of suggestions display targets supported by this client. If unset only DEFAULT SuggestionDisplayTarget is supported.

widgetDataSupportedboolean(
Default: nil

Whether client supports widget suggestion chip to be displayed.