View Source GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryLocalResultSignals (google_api_content_warehouse v0.4.0)
A message that stores signals relating to a Local result.
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.t
, default:nil
) - Salient terms associated with this Local result based on the result gcids.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryLocalResultSignals{ gcidIntent: [String.t()] | nil, salientTermSet: GoogleApi.ContentWarehouse.V1.Model.QualitySalientTermsSalientTermSet.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.