UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

7 lines (6 loc) 246 B
import { IInteractions } from './types/AWSLexProviderOption'; /** * @deprecated recommend to migrate to AWS Lex V2 instead * */ export declare const Interactions: IInteractions; export { SendInput, OnCompleteInput, SendOutput } from './types';