Class: NluAdapter::Adapters::Dialogflow::IntentCollection
- Inherits:
-
Object
- Object
- NluAdapter::Adapters::Dialogflow::IntentCollection
- Includes:
- NluAdapterIntentCollection
- Defined in:
- lib/nlu_adapter/dialogflow.rb
Overview
Class represents a collection of Intents
Instance Attribute Summary
Attributes included from NluAdapterIntentCollection
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ IntentCollection
constructor
Constructor.
-
#to_h ⇒ Hash
Convert self to Hash.
-
#to_json ⇒ json
convert self to json.
Constructor Details
#initialize(options = {}) ⇒ IntentCollection
Constructor
152 153 |
# File 'lib/nlu_adapter/dialogflow.rb', line 152 def initialize( = {}) end |
Instance Method Details
#to_h ⇒ Hash
Convert self to Hash
158 159 |
# File 'lib/nlu_adapter/dialogflow.rb', line 158 def to_h end |
#to_json ⇒ json
convert self to json
164 165 |
# File 'lib/nlu_adapter/dialogflow.rb', line 164 def to_json end |