UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

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