GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryLocalResultSignals
Table of Contents ▼
Jump to a specific part of the page:
Description
A message that stores signals relating to a Local result.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
gcidIntent
(type:list(String.t)
, default:nil
)
- Geo intents corresponding to the gcids obtained from the Local result. -
salientTermSet
(type:GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTermSet
, default:nil
)
- Salient terms associated with this Local result based on the result gcids.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryLocalResultSignals{
gcidIntent: [String.t()] | nil,
salientTermSet: GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTermSet.t() | nil
}
gcidIntent: [String.t()] | nil,
salientTermSet: GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTermSet.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryLocalResultSignals