saveRenderVisualisationStatus()
Home > @gooddata/sdk-backend-spi > IChatThread > saveRenderVisualisationStatus
IChatThread.saveRenderVisualisationStatus() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Save render visualisation status for the interaction.
Signature:
saveRenderVisualisationStatus(interactionId: string, status: "SUCCESSFUL" | "UNEXPECTED_ERROR" | "TOO_MANY_DATA_POINTS" | "NO_DATA" | "NO_RESULTS"): Promise<void>;
Parameters
Parameter |
Type |
Description |
---|---|---|
interactionId |
string | |
status |
"SUCCESSFUL" | "UNEXPECTED_ERROR" | "TOO_MANY_DATA_POINTS" | "NO_DATA" | "NO_RESULTS" |
Returns:
Promise<void>