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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase

Returns a new instance of GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhrase.



6012
6013
6014
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6012

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

Instance Attribute Details

#valueString

Corresponds to the JSON property value

Returns:

  • (String)


6010
6011
6012
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6010

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6017
6018
6019
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6017

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