Returns
Returns a Session object.Example
Parameters
The ID of the version to associate with this session.
The ID of a test case. Required for non-production sessions (
is_production=False).A client-provided custom ID for the session.
This is useful to associate sessions in the Galtea platform with those in your application.
The context provided to the AI product during the session.
A flag to indicate if the session is from a production environment. When 
True, a test_case_id is not required. Defaults to False.