View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiSuggestionsSupportDisplayTargetSupport (google_api_content_warehouse v0.4.0)

Attributes

  • executedTextSupported (type: boolean(), default: nil) - Whether the client can rewrite suggestion query text into executed text, if the latter is present for the display target.
  • headerTextSupported (type: boolean(), default: nil) - Whether PresentationParams.header_text is supported for the display target.
  • repressImpressionSupported (type: boolean(), default: nil) - Whether Suggestion.repress_impression is supported. If not repressed suggestions are not returned.
  • target (type: String.t, default: nil) - Display target that is supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSuggestionsSupportDisplayTargetSupport{
    executedTextSupported: boolean() | nil,
    headerTextSupported: boolean() | nil,
    repressImpressionSupported: boolean() | nil,
    target: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.