class Google::Apis::DialogflowV3::GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
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::DialogflowV3::GoogleCloudDialogflowV2EntityType>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 9169 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_v3/classes.rb, line 9174 def update!(**args) @entity_types = args[:entity_types] if args.key?(:entity_types) end