TaskCanvasTabs
This component renders the task canvas tabs.
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
outbound | ConnectingOutboundCallCanvas | Visible only if task is pending and is an outbound call | Tab for outbound call tasks. Displays the `ConnectingOutboundCallCanvas` component | |
incoming | React component | Visible only if task is pending and is not an outbound call | Tab for incoming voice tasks. Displays the `IncomingTaskCanvas` component. The tab label is the `TaskTabAgentIncomingLabel` template | |
call | React component | Visible only if task is a voice task and is not pending | Tab for voice tasks. Displays the `CallCanvas` component | |
chat | React component | Visible only if task is chat task and is not pending | Tab for chat tasks. Displays the `MessagingCanvas` component | |
info | React component | Tab for task info. Displays `TaskInfoPanel` component. The tab label is the `TaskTabAgentInfoLabel` template |
Static Properties#
Name | Description | Type |
---|---|---|
Content | Dynamic content store | DynamicContentStore.<TaskCanvasTabs.TaskCanvasTabsChildrenProps> |
Content | Dynamic content store | DynamicContentStore.<TaskCanvasTabs.TaskCanvasTabsChildrenProps> |