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.



6128
6129
6130
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6128

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)


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