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):
Attributes
-
score
(type:number()
, default:nil
)
- Score for this group of tokens is currently product of priors. -
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
}
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