@botpress/webchat 2.1.5 → 2.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22,6 +22,7 @@ export type WebchatProps = {
|
|
|
22
22
|
* If not found, a new conversation will be started.
|
|
23
23
|
*/
|
|
24
24
|
conversationId?: string;
|
|
25
|
+
disableRestartConversation?: boolean;
|
|
25
26
|
};
|
|
26
27
|
export type WebchatState = WebchatProps & {
|
|
27
28
|
setState: (newState: Partial<WebchatState>) => void;
|