UNPKG

278 BTypeScriptView Raw
1import { InteractionsOnCompleteInput, InteractionsSendInput } from '../../types';
2/**
3 * Input type for LexV2 send API.
4 */
5export type SendInput = InteractionsSendInput;
6/**
7 * Input type for LexV2 onComplete API.
8 */
9export type OnCompleteInput = InteractionsOnCompleteInput;