UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

4 lines (3 loc) 220 B
import { AmplifyContext } from '@aws-amplify/core'; import { AWSLexV2ProviderOption } from '../types'; export declare const resolveBotConfig: (ctx: AmplifyContext, botName: string) => AWSLexV2ProviderOption | undefined;