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