set_agent
Method
This is a method of the BotProtocol class in the protocols module.Set the agent that handles messages.
Signature
Parameters
The agent to handle incoming messages
Set the agent that handles messages.
This is a method of the BotProtocol class in the protocols module.Set the agent that handles messages.
def set_agent(agent: 'Agent') -> None