import { InteractionsOnCompleteInput, InteractionsSendInput } from '../../types';
/**
 * Input type for LexV2 send API.
 */
export type SendInput = InteractionsSendInput;
/**
 * Input type for LexV2 onComplete API.
 */
export type OnCompleteInput = InteractionsOnCompleteInput;
