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