@ -7,3 +7,9 @@ This can be useful if you want the bot to emphasize on what's been said or to wa
|
||||
:::caution
|
||||
This should be used wisely. If you want the bot to write slower or faster in a more general sense, you need to check the [Typing emulation settings](/editor/settings#typing-emulation)
|
||||
:::
|
||||
|
||||
## Pause the flow
|
||||
|
||||
You can enable the "Pause the flow" option if you ever need to mark a pause in the flow.
|
||||
|
||||
Under the hood, typebot always compute all the blocks between each input blocks. But sometimes you may want to display some messages before a long-running action like a slow webhook request.
|
||||
|
@ -2088,6 +2088,9 @@
|
||||
"properties": {
|
||||
"secondsToWaitFor": {
|
||||
"type": "string"
|
||||
},
|
||||
"shouldPause": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@ -6381,6 +6384,9 @@
|
||||
"properties": {
|
||||
"secondsToWaitFor": {
|
||||
"type": "string"
|
||||
},
|
||||
"shouldPause": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@ -10309,6 +10315,9 @@
|
||||
"properties": {
|
||||
"secondsToWaitFor": {
|
||||
"type": "string"
|
||||
},
|
||||
"shouldPause": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@ -14377,6 +14386,9 @@
|
||||
"properties": {
|
||||
"secondsToWaitFor": {
|
||||
"type": "string"
|
||||
},
|
||||
"shouldPause": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@ -18325,6 +18337,9 @@
|
||||
"properties": {
|
||||
"secondsToWaitFor": {
|
||||
"type": "string"
|
||||
},
|
||||
"shouldPause": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@ -22328,6 +22343,9 @@
|
||||
"properties": {
|
||||
"secondsToWaitFor": {
|
||||
"type": "string"
|
||||
},
|
||||
"shouldPause": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@ -26394,6 +26412,9 @@
|
||||
"properties": {
|
||||
"secondsToWaitFor": {
|
||||
"type": "string"
|
||||
},
|
||||
"shouldPause": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
@ -1671,6 +1671,9 @@
|
||||
"properties": {
|
||||
"secondsToWaitFor": {
|
||||
"type": "string"
|
||||
},
|
||||
"shouldPause": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@ -5204,6 +5207,9 @@
|
||||
"properties": {
|
||||
"lastBubbleBlockId": {
|
||||
"type": "string"
|
||||
},
|
||||
"expectsDedicatedReply": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user