UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

11 lines (10 loc) 299 B
export interface AWSLexProviderOption { name: string; alias: string; region: string; providerName?: string; onComplete?(botname: string, callback: (err: any, confirmation: any) => void): void; } export interface AWSLexProviderOptions { [key: string]: AWSLexProviderOption; }