asend_text
AsyncMethod
This is a method of the RealtimeAgent class in the realtime_agent module.Send text message asynchronously.
Signature
Parameters
Text message to send
Returns
True if sent successfully
Send text message asynchronously.
This is a method of the RealtimeAgent class in the realtime_agent module.Send text message asynchronously.
async def asend_text(text: str) -> bool