class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest
The request message for EntityTypes.BatchDeleteEntityTypes.
Attributes
entity_type_names[RW]
Required. The names entity types to delete. All names must point to the same agent as `parent`. Corresponds to the JSON property `entityTypeNames` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 8208 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 8213 def update!(**args) @entity_type_names = args[:entity_type_names] if args.key?(:entity_type_names) end