Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SafetySettingsRaiSettings
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SafetySettingsRaiSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#category_filters ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SafetySettingsRaiSettingsCategoryFilter>
Corresponds to the JSON property
categoryFilters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3SafetySettingsRaiSettings
constructor
A new instance of GoogleCloudDialogflowCxV3SafetySettingsRaiSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3SafetySettingsRaiSettings
Returns a new instance of GoogleCloudDialogflowCxV3SafetySettingsRaiSettings.
7193 7194 7195 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7193 def initialize(**args) update!(**args) end |
Instance Attribute Details
#category_filters ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SafetySettingsRaiSettingsCategoryFilter>
Corresponds to the JSON property categoryFilters
7191 7192 7193 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7191 def category_filters @category_filters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7198 7199 7200 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7198 def update!(**args) @category_filters = args[:category_filters] if args.key?(:category_filters) end |