Gets information on the device that originated the user's query.
app.handle('handler name', conv => { const deviceCapabilities = conv.device.capabilities.join(', ') conv.add(`Device has the following capabilities: ${deviceCapabilities}`) })
Generated using TypeDoc
Gets information on the device that originated the user's query.