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:



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