Class: Google::Cloud::DiscoveryEngine::V1beta::AnswerQueryRequest::SafetySpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb

Overview

Safety specification.

Instance Attribute Summary collapse

Instance Attribute Details

#enable::Boolean

Returns Enable the safety filtering on the answer response. It is false by default.

Returns:

  • (::Boolean)

    Enable the safety filtering on the answer response. It is false by default.



298
299
300
301
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 298

class SafetySpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end