UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

10 lines (7 loc) 257 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 import { InteractionsSendOutput } from '../../types'; /** * Output type for LexV1 send API. */ export type SendOutput = InteractionsSendOutput;