UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

10 lines (9 loc) 278 B
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;