(_opts)
| 301 | } |
| 302 | |
| 303 | function _checkAction(_opts) { |
| 304 | if(!_opts.action && !_opts.actionButton && !_opts.actionText) { |
| 305 | throw Error('BotUI: "action" property is required.'); |
| 306 | } |
| 307 | } |
| 308 | |
| 309 | function _showActions(_opts) { |
| 310 |
no outgoing calls
no test coverage detected
searching dependent graphs…