Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dialogflow_v3/classes.rb,
generated/google/apis/dialogflow_v3/representations.rb,
generated/google/apis/dialogflow_v3/representations.rb

Overview

An excluded entity phrase that should not be matched.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase

Returns a new instance of GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase.



684
685
686
# File 'generated/google/apis/dialogflow_v3/classes.rb', line 684

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)


682
683
684
# File 'generated/google/apis/dialogflow_v3/classes.rb', line 682

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



689
690
691
# File 'generated/google/apis/dialogflow_v3/classes.rb', line 689

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