GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseRecentSearchSuggestion (google_api_discovery_engine v0.28.0)
View SourceSuggestions from recent search history.
Attributes
-
recentSearchTime(type:DateTime.t, default:nil) - The time when this recent rearch happened. -
score(type:float(), default:nil) - The score of each suggestion. The score is in the range of [0, 1]. -
suggestion(type:String.t, default:nil) - The suggestion for the query.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseRecentSearchSuggestion{ recentSearchTime: DateTime.t() | nil, score: float() | nil, suggestion: String.t() | nil }