Class: Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::RecentSearchSuggestion
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::RecentSearchSuggestion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb
Overview
Suggestions from recent search history.
Instance Attribute Summary collapse
-
#recent_search_time ⇒ ::Google::Protobuf::Timestamp
The time when this recent rearch happened.
-
#suggestion ⇒ ::String
The suggestion for the query.
Instance Attribute Details
#recent_search_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when this recent rearch happened.
377 378 379 380 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb', line 377 class RecentSearchSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#suggestion ⇒ ::String
Returns The suggestion for the query.
377 378 379 380 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb', line 377 class RecentSearchSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |