KnowledgeAnswersIntentQuerySimpleValue

GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySimpleValue


Table of Contents ▼

Jump to a specific part of the page:

Description

A message representing a simple literal value.

Attributes List

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

View Attributes

Attributes

  1. boolValue (type: boolean(), default: nil)
    -
  2. doubleValue (type: float(), default: nil)
    -
  3. identifier (type: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryIdentifier, default: nil)
    -
  4. intValue (type: String.t, default: nil)
    -
  5. stringValue (type: String.t, default: nil)
    -
  6. ungroundedValue (type: String.t, default: nil)
    - Ungrounded value contains the part of the query (or web snippet, etc.) that was not understood. For more information on this field, see the "Ungrounded value" item in the table of contents of go/iql-v1

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySimpleValue{
boolValue: boolean() | nil,
doubleValue: float() | nil,
identifier: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryIdentifier.t() | nil,
intValue: String.t() | nil,
stringValue: String.t() | nil,
ungroundedValue: String.t() | nil
}

Function

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

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