Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest

Returns a new instance of GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest.



7808
7809
7810
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7808

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

Instance Attribute Details

#entity_type_namesArray<String>

Corresponds to the JSON property entityTypeNames

Returns:

  • (Array<String>)


7806
7807
7808
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7806

def entity_type_names
  @entity_type_names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7813
7814
7815
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 7813

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