public sealed class SearchResponse.Types.Summary.Types.SafetyAttributes : IMessage<SearchResponse.Types.Summary.Types.SafetyAttributes>, IEquatable<SearchResponse.Types.Summary.Types.SafetyAttributes>, IDeepCloneable<SearchResponse.Types.Summary.Types.SafetyAttributes>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SearchResponse.Types.Summary.Types.SafetyAttributes.
Safety Attribute categories and their associated confidence scores.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `SearchResponse.Types.Summary.Types.SafetyAttributes` class within the Google Cloud Discovery Engine v1beta API, detailing its properties and inheritance."],["The `SafetyAttributes` class represents safety attribute categories and their associated confidence scores, as it's implemented via the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It contains two properties, `Categories`, which is a list of the display names of Safety Attribute categories, and `Scores`, which contains the corresponding confidence scores for each category."],["The `SafetyAttributes` class is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, located in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["There are two constructors that can be used to instantiate `SafetyAttributes`, the first one is empty and the other can take an existing `SafetyAttributes` instance as a parameter."]]],[]]