// 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;