KnowledgeAnswersIntentQueryTokens

GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryTokens


Table of Contents ▼

Jump to a specific part of the page:

Description

Tokens includes a list of tokens, with an aggregated score of the priors of the tokens, if any.

Attributes List

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

View Attributes

Attributes

  1. score (type: number(), default: nil)
    - Score for this group of tokens is currently product of priors.
  2. token (type: list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryToken), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryTokens{
score: number() | nil,
token: [GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryToken.t()] | nil
}

Function

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

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