UNPKG

@amaabca/aws-lex-custom-resources

Version:
10 lines (9 loc) 301 B
import { LexSlot } from '..'; import { LexIntentAttributes, LexSlotAttributes } from '../lex-data-types'; export default class { props: LexIntentAttributes; slots: LexSlot[]; constructor(props: LexIntentAttributes); addSlot(props: LexSlotAttributes): LexSlot; definition(): any; }