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) 246 B
import { TMapContext } from '..'; import { GoogleCloudDialogflowV2WebhookRequest } from 'actions-on-google'; export declare const addIntentsToMapContext: (mapContext: TMapContext, dfRequest: GoogleCloudDialogflowV2WebhookRequest) => TMapContext;