UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

18 lines (14 loc) 393 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 import { InteractionsOnCompleteInput, InteractionsSendInput, } from '../../types'; /** * Input type for LexV1 send API. */ export type SendInput = InteractionsSendInput; /** * Input type for LexV1 onComplete API. */ export type OnCompleteInput = InteractionsOnCompleteInput;