UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

16 lines (13 loc) 383 B
import { send } from './apis/send.mjs'; import { onComplete } from './apis/onComplete.mjs'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 /** * @deprecated recommend to migrate to AWS Lex V2 instead * */ const Interactions = { send, onComplete, }; export { Interactions }; //# sourceMappingURL=index.mjs.map