Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepActionSearchAction
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepActionSearchAction
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Search action.
Instance Attribute Summary collapse
-
#query ⇒ String
The query to search.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaAnswerStepActionSearchAction
constructor
A new instance of GoogleCloudDiscoveryengineV1betaAnswerStepActionSearchAction.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaAnswerStepActionSearchAction
Returns a new instance of GoogleCloudDiscoveryengineV1betaAnswerStepActionSearchAction.
12487 12488 12489 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 12487 def initialize(**args) update!(**args) end |
Instance Attribute Details
#query ⇒ String
The query to search.
Corresponds to the JSON property query
12485 12486 12487 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 12485 def query @query end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12492 12493 12494 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 12492 def update!(**args) @query = args[:query] if args.key?(:query) end |