// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 import React from 'react'; import { HelpPanel } from '@awsui/components-react'; const header =

Calls

; const content = ( <>

View a list of calls and related information such as phone number, initiation time, sentiment and duration.

Use the search bar to filter on any field.

To drill down even further into the details, select an individual call.

); const ToolsPanel = () => {content}; export default ToolsPanel;