class NluAdapter::Adapters::Dialogflow::IntentCollection

Class represents a collection of Intents

Public Class Methods

new(options = {}) click to toggle source

Constructor

# File lib/nlu_adapter/dialogflow.rb, line 152
def initialize(options = {})
end

Public Instance Methods

to_h() click to toggle source

Convert self to Hash @return [Hash] ruby hash

# File lib/nlu_adapter/dialogflow.rb, line 158
def to_h
end
to_json() click to toggle source

convert self to json @return [json] json

# File lib/nlu_adapter/dialogflow.rb, line 164
def to_json
end