Method: Janis.logUnknownIntent
- Defined in:
- lib/janis.rb
.logUnknownIntent(x) ⇒ Object
116 117 118 119 |
# File 'lib/janis.rb', line 116 def logUnknownIntent(x) data = {'body':x, 'headers':headers} return Janiapi.post('/unknown', data) end |