// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: MIT-0
import { Checkbox, Container, Header, Link, Select } from "@awsui/components-react";
import { BaseNavigationDetail } from "@awsui/components-react/internal/events";
import React, { FC } from "react";
import HoursOfOperationSelectorComponent from "../HoursOfOperationSelectorComponent/HoursOfOperationSelectorComponent";
import selections from "./Selections";
interface HoursOfOperationComponentProps {
setExperienceCheckHours: (value: boolean) => void;
setExperienceHoursOfOperation: (value: {}) => void;
setExperienceTimezone: (value: string) => void;
setToolsContent: (tools: any) => void;
}
const toolsContent = {
title: "Hours of operation",
content: (
Hours of operation dictate when your contact centre is opened or closed. Defining hours of operations will allow you to control what happens to customers calling your contact centre when inside and outside operating hours.
If you choose not to define hours of operation, customers will be placed in queue at any time of the day.