twilio-ccai-fulfillment-tools
Version:
A collection of tools to assist in the creation of Twilio CCAI Integration cards via fulfillment scripts
5 lines (4 loc) • 370 B
TypeScript
import { TMapContext } from '..';
import { GoogleCloudDialogflowV2WebhookRequest } from 'actions-on-google';
import { WebhookClient } from 'dialogflow-fulfillment';
export declare const createMapHandler: (createContext: () => TMapContext | undefined, dfRequest: GoogleCloudDialogflowV2WebhookRequest, withIntentDetailsAdded?: boolean) => (agent: WebhookClient) => void;