Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase

Returns a new instance of GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase.



3052
3053
3054
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3052

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#valueString

Required. The word or phrase to be excluded. Corresponds to the JSON property value

Returns:

  • (String)


3050
3051
3052
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3050

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3057
3058
3059
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3057

def update!(**args)
  @value = args[:value] if args.key?(:value)
end