@aws-amplify/interactions
Version:
Interactions category of aws-amplify
13 lines (12 loc) • 347 B
TypeScript
export interface AWSLexV2ProviderOption {
name: string;
botId: string;
aliasId: string;
localeId: string;
region: string;
providerName: string;
onComplete?(botname: string, callback: (err: any, confirmation: any) => void): void;
}
export interface AWSLexV2ProviderOptions {
[key: string]: AWSLexV2ProviderOption;
}