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.
1030 1031 1032 1033 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1030 class BatchUpdateIntentsResponse include Google::Protobuf::MessageExts extend Google::Protobuf::MessageExts::ClassMethods end |