Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb
Overview
Query understanding information.
Instance Attribute Summary collapse
-
#query_classification_info ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfoQueryClassificationInfo>
Query classification information.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo
Returns a new instance of GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo.
3438 3439 3440 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 3438 def initialize(**args) update!(**args) end |
Instance Attribute Details
#query_classification_info ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfoQueryClassificationInfo>
Query classification information.
Corresponds to the JSON property queryClassificationInfo
3436 3437 3438 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 3436 def query_classification_info @query_classification_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3443 3444 3445 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 3443 def update!(**args) @query_classification_info = args[:query_classification_info] if args.key?(:query_classification_info) end |