CallCanvas
This component renders a canvas for call based task.
Can be themed with Theme.CallCanvas
in Theme.
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
container | styled(div) | Wrapper for the Call Canvas content | ||
button-container | styled(div) | Wrapper for the Call Canvas buttons | ||
transcriptChatBookendContainer | ChatBookendContainer | center | A container component for display loading icon and initial message displayed to the agent while the transcript is being fetched | |
transcriptMessageWelcomeMessage | ChatBookend | center | A container component for welcome message | |
transcriptMessageEventStart | ChatBookendItem | center | component to hold static string | |
transcriptMessageEventDetails | ChatBookendItem | center | component to hold static string for CCAI Label |
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<CallCanvas.CallCanvasChildrenProps> | Dynamic content store |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
dialpadState | DialpadState | Represents the state of the dialpad. | No | |
compact | boolean | if dialpad should be compact. | Yes |
Rate this page