Class: Google::Cloud::DiscoveryEngine::V1::CompleteQueryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::CompleteQueryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/completion_service.rb
Overview
Request message for CompletionService.CompleteQuery method.
Instance Attribute Summary collapse
-
#data_store ⇒ ::String
Required.
-
#include_tail_suggestions ⇒ ::Boolean
Indicates if tail suggestions should be returned if there are no suggestions that match the full query.
-
#query ⇒ ::String
Required.
-
#query_model ⇒ ::String
Specifies the autocomplete data model.
-
#user_pseudo_id ⇒ ::String
A unique identifier for tracking visitors.
Instance Attribute Details
#data_store ⇒ ::String
77 78 79 80 |
# File 'proto_docs/google/cloud/discoveryengine/v1/completion_service.rb', line 77 class CompleteQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_tail_suggestions ⇒ ::Boolean
77 78 79 80 |
# File 'proto_docs/google/cloud/discoveryengine/v1/completion_service.rb', line 77 class CompleteQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::String
77 78 79 80 |
# File 'proto_docs/google/cloud/discoveryengine/v1/completion_service.rb', line 77 class CompleteQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_model ⇒ ::String
77 78 79 80 |
# File 'proto_docs/google/cloud/discoveryengine/v1/completion_service.rb', line 77 class CompleteQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_pseudo_id ⇒ ::String
77 78 79 80 |
# File 'proto_docs/google/cloud/discoveryengine/v1/completion_service.rb', line 77 class CompleteQueryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |