// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 import { Container, Header, Input, Link } from "@awsui/components-react"; import { BaseNavigationDetail } from "@awsui/components-react/internal/events"; import React, { FC } from "react"; interface GreetingComponentProps { setExperienceGreeting: (value: string) => void; setToolsContent: (tools: any) => void; } const toolsContent = { title: "Greeting", content: (
Greeting your customers approriately is important to deliver good customer experience. This is first message your customers will hear when calling your contact centre.