create_session
Method
This is a method of the GatewayProtocol class in the protocols module.Create a new session.
Signature
Parameters
The agent to handle this session
Optional client ID
Optional custom session ID
Returns
The created session
Create a new session.
This is a method of the GatewayProtocol class in the protocols module.Create a new session.
def create_session(agent_id: str, client_id: Optional[str], session_id: Optional[str]) -> GatewaySessionProtocol