This documentation is for an older version of GoodData.
Go to the latest version of this article.
ComputeService.
get_ai_chat_history
get_ai_chat_history(workspace_id: <nil>, chat_history_interaction_id: <nil>, thread_id_suffix: <nil>) ->
ChatHistoryResult
Get chat history with AI in GoodData workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | workspace identifier | |
chat_history_interaction_id | collect history starting from this interaction id. If None, complete chat history is returned. | |
thread_id_suffix | suffix to identify a specific chat thread. If provided, chat_history_interaction_id is ignored. |
Returns
type | description |
---|---|
ChatHistoryResult | Chat history response containing interactions and other metadata |