Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedAssistantDebugContext
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedAssistantDebugContext
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Represents info regarding suggestion debug information.
Instance Attribute Summary collapse
-
#query ⇒ String
The query that triggered the resulting suggestion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedAssistantDebugContext
constructor
A new instance of AppsDynamiteSharedAssistantDebugContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedAssistantDebugContext
Returns a new instance of AppsDynamiteSharedAssistantDebugContext.
732 733 734 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 732 def initialize(**args) update!(**args) end |
Instance Attribute Details
#query ⇒ String
The query that triggered the resulting suggestion.
Corresponds to the JSON property query
730 731 732 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 730 def query @query end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
737 738 739 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 737 def update!(**args) @query = args[:query] if args.key?(:query) end |