UNPKG

@amaabca/aws-lex-custom-resources

Version:
10 lines (9 loc) 376 B
import * as cdk from '@aws-cdk/core'; import { LexIntentAttributes, LexIntentCDK } from '../lex-data-types'; export default class LexIntent extends cdk.Construct { scope: cdk.Stack; id: string; props: LexIntentAttributes; constructor(scope: cdk.Stack, id: string, serviceToken: string, props: LexIntentAttributes); toCDK(version?: string): LexIntentCDK; }