class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSummarySafetyAttributes
Safety Attribute categories and their associated confidence scores.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @categories = args[:categories] if args.key?(:categories) @scores = args[:scores] if args.key?(:scores) end