GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryLocalSignals
Table of Contents ▼
Jump to a specific part of the page:
Description
A message that stores information about Local results to be used in the Packer for Local Categorical derived intent deduplication and conformance.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
localResultSignals
(type:list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryLocalResultSignals)
, default:nil
)
- Signals relating to each Local result. -
minSalientTermSimilarity
(type:number()
, default:nil
)
- Minimum salient term similarity between Local results.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryLocalSignals{
localResultSignals: [ GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryLocalResultSignals.t() ] | nil,
minSalientTermSimilarity: number() | nil
}
localResultSignals: [ GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryLocalResultSignals.t() ] | nil,
minSalientTermSimilarity: number() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryLocalSignals