UNPKG

twilio-ccai-fulfillment-tools

Version:

A collection of tools to assist in the creation of Twilio CCAI Integration cards via fulfillment scripts

4 lines (3 loc) 234 B
import { WebhookClient } from 'dialogflow-fulfillment'; import { IStringKeyMap } from '../DynamicContextPanel'; export declare const addRoutingAttributesContext: (attributes: IStringKeyMap<unknown>) => (agent: WebhookClient) => void;