Class: Google::Cloud::Dialogflow::V2::BatchUpdateIntentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::BatchUpdateIntentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
The response message for Intents.BatchUpdateIntents.
Instance Attribute Summary collapse
-
#intents ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent>
The collection of updated or created intents.
Instance Attribute Details
#intents ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent>
Returns The collection of updated or created intents.
1011 1012 1013 1014 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1011 class BatchUpdateIntentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |