class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaIntentClassificationConfigExample
An example for intent classification.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @classified_positive = args[:classified_positive] if args.key?(:classified_positive) @intent_type = args[:intent_type] if args.key?(:intent_type) @query = args[:query] if args.key?(:query) @reason = args[:reason] if args.key?(:reason) end