// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: MIT-0
import { Button, Container, Header, Link, Select } from "@awsui/components-react";
import React, { FC } from "react";
import "./VoiceComponent.css";
import selections from "./Selections";
import { BaseNavigationDetail } from "@awsui/components-react/internal/events";
interface VoiceComponentProps {
setExperienceVoice: (voice: any) => void;
setToolsContent: (tools: any) => void;
}
const toolsContent = {
title: "Voice",
content: (
Amazon Connect directly integrates with Amazon Polly, a service that turns text into lifelike speech.
You can choose the voice that will be used to deliver messages and prompts to your customers amongst the Neural Text-to-Speech (NTTS) voices offered by Polly, at no additional cost.