class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestSafetySpecSafetySetting
Safety settings.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @category = args[:category] if args.key?(:category) @threshold = args[:threshold] if args.key?(:threshold) end