set_agent
Method
This is a method of the BotProtocol class in the bots module.Set the agent that handles messages.
Signature
Parameters
No description available.
Returns
The result of the operation.
set_agent: Set the agent that handles messages.
This is a method of the BotProtocol class in the bots module.Set the agent that handles messages.
def set_agent(&mut self, agent: Arc<Agent>) -> ()