Response-Listener-Priority
The TextPrompt.Response-Listener-Priority
option allows you to change the priority of the response listener for Chat Prompt.
Usage
You can configure the TextPrompt.Response-Listener-Priority
by editing the "prompt-config.yml" file as follows:
In this example, the response listener priority is set to DEFAULT
.
Example
To change the response listener priority to a different level, use one of the following values: LOW
, LOWEST
, NORMAL
, HIGH
, or HIGHEST
in the configuration:
This will set the response listener priority to HIGH.
Last updated