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>
Returns The collection of updated or created entity types.
271 272 273 274 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 271 class BatchUpdateEntityTypesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |