Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest

Returns a new instance of GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest.



11854
11855
11856
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11854

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

Instance Attribute Details

#entity_valuesArray<String>

Corresponds to the JSON property entityValues

Returns:

  • (Array<String>)


11847
11848
11849
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11847

def entity_values
  @entity_values
end

#language_codeString

Corresponds to the JSON property languageCode

Returns:

  • (String)


11852
11853
11854
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11852

def language_code
  @language_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11859
11860
11861
11862
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11859

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