Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Overview
An excluded entity phrase that should not be matched.
Instance Attribute Summary collapse
-
#value ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase
constructor
A new instance of GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase
Returns a new instance of GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase.
6128 6129 6130 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6128 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
Required. The word or phrase to be excluded.
Corresponds to the JSON property value
6126 6127 6128 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6126 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6133 6134 6135 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6133 def update!(**args) @value = args[:value] if args.key?(:value) end |