AssistantApiSuggestionsSupportDisplayTargetSupport

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSuggestionsSupportDisplayTargetSupport


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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.
  2. headerTextSupported (type: boolean(), default: nil)
    - Whether PresentationParams.header_text is supported for the display target.
  3. repressImpressionSupported (type: boolean(), default: nil)
    - Whether Suggestion.repress_impression is supported. If not repressed suggestions are not returned.
  4. target (type: String.t, default: nil)
    - Display target that is supported.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiSuggestionsSupportDisplayTargetSupport