UNPKG

twilio-ccai-fulfillment-tools

Version:

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

3 lines (2 loc) 225 B
import { GoogleCloudDialogflowV2Context } from 'actions-on-google'; export declare const findContext: (contains: string, contexts?: GoogleCloudDialogflowV2Context[] | undefined) => GoogleCloudDialogflowV2Context | undefined;