View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompleteQueryResponseCompletionResult (google_api_retail v0.3.0)
Resource that represents completion results.
Attributes
-
attributes(type:%{optional(String.t) => GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CustomAttribute.t}, default:nil) - Additional custom attributes ingested through BigQuery. -
suggestion(type:String.t, default:nil) - The suggestion for the query.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CompleteQueryResponseCompletionResult{
attributes:
%{
optional(String.t()) =>
GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CustomAttribute.t()
}
| nil,
suggestion: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.