class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse

The response message for EntityTypes.BatchUpdateEntityTypes.

Attributes

entity_types[RW]

The collection of updated or created entity types. Corresponds to the JSON property `entityTypes` @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1EntityType>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v3beta1/classes.rb, line 10902
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_v3beta1/classes.rb, line 10907
def update!(**args)
  @entity_types = args[:entity_types] if args.key?(:entity_types)
end