List of chat history interactions.
Name | Type | Description | Notes |
---|---|---|---|
chat_history_interaction_id | str | Chat History interaction ID. Unique ID for each interaction. | |
interaction_finished | bool | Has the interaction already finished? Can be used for polling when interaction is in progress. | |
question | str | User question | |
routing | RouteResult | ||
created_visualizations | CreatedVisualizations | [optional] | |
error_response | str | Error response in anything fails. | [optional] |
found_objects | FoundObjects | [optional] | |
text_response | str | Text response for general questions. | [optional] |
thread_id_suffix | str | Chat History thread suffix appended to ID generated by backend. Enables more chat windows. | [optional] |
user_feedback | str | User feedback. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |