public sealed class AnswerQueryRequest.Types.SafetySpec : IMessage<AnswerQueryRequest.Types.SafetySpec>, IEquatable<AnswerQueryRequest.Types.SafetySpec>, IDeepCloneable<AnswerQueryRequest.Types.SafetySpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class AnswerQueryRequest.Types.SafetySpec.
Safety specification. There are two use cases:
- when only safety_spec.enable is set, the BLOCK_LOW_AND_ABOVE threshold will be applied for all categories.
- when safety_spec.enable is set and some safety_settings are set, only specified safety_settings are applied.
Implements
IMessageAnswerQueryRequestTypesSafetySpec, IEquatableAnswerQueryRequestTypesSafetySpec, IDeepCloneableAnswerQueryRequestTypesSafetySpec, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
SafetySpec()
public SafetySpec()
SafetySpec(SafetySpec)
public SafetySpec(AnswerQueryRequest.Types.SafetySpec other)
Parameter | |
---|---|
Name | Description |
other |
AnswerQueryRequestTypesSafetySpec |
Properties
Enable
public bool Enable { get; set; }
Enable the safety filtering on the answer response. It is false by default.
Property Value | |
---|---|
Type | Description |
bool |
SafetySettings
public RepeatedField<AnswerQueryRequest.Types.SafetySpec.Types.SafetySetting> SafetySettings { get; }
Optional. Safety settings. This settings are effective only when the safety_spec.enable is true.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAnswerQueryRequestTypesSafetySpecTypesSafetySetting |