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:
TextPrompt:
Response-Listener-Priority: DEFAULTIn 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:
TextPrompt:
Response-Listener-Priority: HIGHThis will set the response listener priority to HIGH.
Last updated
Was this helpful?