loadHistory()
Home > @gooddata/sdk-backend-spi > IChatThread > loadHistory
IChatThread.loadHistory() 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.
Load chat history for the chat thread.
Signature:
loadHistory(fromInteractionId?: string, options?: {
        signal?: AbortSignal;
    }): Promise<IChatThreadHistory>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| fromInteractionId | string | (Optional) | 
| options | { signal?: AbortSignal; } | (Optional) | 
Returns:
Promise<IChatThreadHistory>