class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec
Query understanding specification.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @disable_spell_correction = args[:disable_spell_correction] if args.key?(:disable_spell_correction) @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