Class: Google::Cloud::Dialogflow::V2::IntentBatch

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#intents::Array<::Google::Cloud::Dialogflow::V2::Intent>

Returns A collection of intents.

Returns:



1071
1072
1073
1074
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1071

class IntentBatch
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end