Class: Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::SearchAction
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action::SearchAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/answer.rb
Overview
Search action.
Instance Attribute Summary collapse
-
#query ⇒ ::String
The query to search.
Instance Attribute Details
#query ⇒ ::String
Returns The query to search.
199 200 201 202 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/answer.rb', line 199 class SearchAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |