Class: Google::Cloud::DiscoveryEngine::V1::SearchInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::SearchInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/user_event.rb
Overview
Detailed search information.
Instance Attribute Summary collapse
-
#offset ⇒ ::Integer
An integer that specifies the current offset for pagination (the 0-indexed starting location, amongst the products deemed by the API as relevant).
-
#order_by ⇒ ::String
The order in which products are returned, if applicable.
-
#search_query ⇒ ::String
The user's search query.
Instance Attribute Details
#offset ⇒ ::Integer
372 373 374 375 |
# File 'proto_docs/google/cloud/discoveryengine/v1/user_event.rb', line 372 class SearchInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
372 373 374 375 |
# File 'proto_docs/google/cloud/discoveryengine/v1/user_event.rb', line 372 class SearchInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_query ⇒ ::String
372 373 374 375 |
# File 'proto_docs/google/cloud/discoveryengine/v1/user_event.rb', line 372 class SearchInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |