Class: Google::Cloud::Dialogflow::V2::IntentBatch
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::IntentBatch
- Defined in:
- lib/google/cloud/dialogflow/v2/doc/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.
688 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 688 class IntentBatch; end |