Class: Google::Cloud::Dialogflow::V2::IntentBatch
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::IntentBatch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
This message is a wrapper around a collection of intents.
Instance Attribute Summary collapse
-
#intents ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent>
A collection of intents.
Instance Attribute Details
#intents ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Intent>
Returns A collection of intents.
1035 1036 1037 1038 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1035 class IntentBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |