UNPKG

@signalwire/compatibility-api

Version:
26 lines (20 loc) 579 B
/** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ import Preview = require('../Preview'); import Version = require('../../base/Version'); import { AssistantList } from './understand/assistant'; import { AssistantListInstance } from './understand/assistant'; declare class Understand extends Version { /** * Initialize the Understand version of Preview * * @param domain - The twilio domain */ constructor(domain: Preview); readonly assistants: AssistantListInstance; } export = Understand;