Discovery Engine v1 API - Class AnswerQueryRequest.Types.SafetySpec (1.7.0)

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:

  1. when only safety_spec.enable is set, the BLOCK_LOW_AND_ABOVE threshold will be applied for all categories.
  2. when safety_spec.enable is set and some safety_settings are set, only specified safety_settings are applied.

Inheritance

object > AnswerQueryRequest.Types.SafetySpec

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

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