Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
Query classification specification.
Instance Attribute Summary collapse
-
#types ⇒ Array<String>
Enabled query classification types.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec
constructor
A new instance of GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec
Returns a new instance of GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec.
741 742 743 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 741 def initialize(**args) update!(**args) end |
Instance Attribute Details
#types ⇒ Array<String>
Enabled query classification types.
Corresponds to the JSON property types
739 740 741 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 739 def types @types end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
746 747 748 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 746 def update!(**args) @types = args[:types] if args.key?(:types) end |