Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb

Overview

Query understanding specification.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec

Returns a new instance of GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec.



6067
6068
6069
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6067

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#query_classification_specGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec

Query classification specification. Corresponds to the JSON property queryClassificationSpec



6060
6061
6062
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6060

def query_classification_spec
  @query_classification_spec
end

#query_rephraser_specGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec

Query rephraser specification. Corresponds to the JSON property queryRephraserSpec



6065
6066
6067
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6065

def query_rephraser_spec
  @query_rephraser_spec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6072
6073
6074
6075
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6072

def update!(**args)
  @query_classification_spec = args[:query_classification_spec] if args.key?(:query_classification_spec)
  @query_rephraser_spec = args[:query_rephraser_spec] if args.key?(:query_rephraser_spec)
end