state field of an API request, alongside the questions you want answered.
Each request evaluates one state against one or more questions. All questions see the same state and are evaluated independently. You can mix Choice, Score, and Noul questions in one request.
State can be as simple as a string
The simplest state is a plain string:client.system_one(state=...).
Use an object for most requests so each part of the state has a descriptive name and its relationships remain clear. A string is suitable when the use case is simple and requires only one piece of text.
A support conversation as state

