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.
6659 6660 6661 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6659 def initialize(**args) update!(**args) end |
Instance Attribute Details
#query ⇒ String
The query to search.
Corresponds to the JSON property query
6657 6658 6659 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6657 def query @query end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6664 6665 6666 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6664 def update!(**args) @query = args[:query] if args.key?(:query) end |