This documentation is for an older version of GoodData.
Go to the latest version of this article.
ComputeService.
set_ai_chat_history_feedback
set_ai_chat_history_feedback(workspace_id: str, user_feedback: str, chat_history_interaction_id: str, thread_id_suffix: str) ->
None
Provide feedback for a specific chat history interaction.
Parameters
name | type | description |
---|---|---|
workspace_id | str | workspace identifier |
user_feedback | str | feedback to provide ("POSITIVE", "NEGATIVE" or "NONE"). |
chat_history_interaction_id | str | interaction id to provide feedback for. |
thread_id_suffix | str | suffix to identify a specific chat thread. Defaults to "". |