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.



5709
5710
5711
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5709

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)


5707
5708
5709
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5707

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5714
5715
5716
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5714

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