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

#intentsArray<Google::Cloud::Dialogflow::V2::Intent>

Returns A collection of intents.

Returns:



1053
1054
1055
1056
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1053

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