class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EntityTypeBatch

This message is a wrapper around a collection of entity types.

Attributes

entity_types[RW]

A collection of entity types. Corresponds to the JSON property `entityTypes` @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EntityType>]

Public Class Methods

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