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.
1184 1185 1186 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 1184 def initialize(**args) update!(**args) end |
Instance Attribute Details
#types ⇒ Array<String>
Enabled query classification types.
Corresponds to the JSON property types
1182 1183 1184 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 1182 def types @types end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1189 1190 1191 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 1189 def update!(**args) @types = args[:types] if args.key?(:types) end |