Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo
- 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 understanding information.
Instance Attribute Summary collapse
-
#query_classification_info ⇒ Array<Google::Apis::DiscoveryengineV1::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.
9729 9730 9731 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9729 def initialize(**args) update!(**args) end |
Instance Attribute Details
#query_classification_info ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfoQueryClassificationInfo>
Query classification information.
Corresponds to the JSON property queryClassificationInfo
9727 9728 9729 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9727 def query_classification_info @query_classification_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9734 9735 9736 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9734 def update!(**args) @query_classification_info = args[:query_classification_info] if args.key?(:query_classification_info) end |