Class: Google::Cloud::Dialogflow::V2::BatchUpdateEntityTypesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::BatchUpdateEntityTypesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/entity_type.rb
Overview
The response message for EntityTypes.BatchUpdateEntityTypes.
Instance Attribute Summary collapse
-
#entity_types ⇒ Array<Google::Cloud::Dialogflow::V2::EntityType>
The collection of updated or created entity types.
Instance Attribute Details
#entity_types ⇒ Array<Google::Cloud::Dialogflow::V2::EntityType>
256 257 258 259 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 256 class BatchUpdateEntityTypesResponse include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |