Display messages in the Narada extension side panel chat using the Python SDK
print_message
method displays custom messages in the Narada extension’s side panel chat. This is different from Python’s regular print()
function - use this method when you want to show messages to end users viewing the chat or inject messages into the chat history for agents to read later.
print()
function instead.None
, uses the default system timeout.None
and completes when the message has been displayed.