Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec

Returns a new instance of GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec.



713
714
715
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 713

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

Instance Attribute Details

#typesArray<String>

Enabled query classification types. Corresponds to the JSON property types

Returns:

  • (Array<String>)


711
712
713
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 711

def types
  @types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



718
719
720
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 718

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