Class: Google::Cloud::Dialogflow::CX::V3::SafetySettings::PromptSecuritySettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::SafetySettings::PromptSecuritySettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/safety_settings.rb
Overview
Settings for prompt security checks.
Instance Attribute Summary collapse
-
#enable_prompt_security ⇒ ::Boolean
Optional.
Instance Attribute Details
#enable_prompt_security ⇒ ::Boolean
Returns Optional. Enable prompt security checks.
120 121 122 123 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/safety_settings.rb', line 120 class PromptSecuritySettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |