IPromptFeatures interface
Optional features that should be enabled/disabled when creating a custom Prompt
Properties
default |
The library namespace to use for the defaultRetryPrompt. If not specified then the bots default namespace of "*" will be used. |
default |
The default retryPrompt to send should the caller not provide one. |
disable |
If true, then the prompt should not execute it's own recognition logic. The default is "false". |
Property Details
defaultRetryNamespace
The library namespace to use for the defaultRetryPrompt. If not specified then the bots default namespace of "*" will be used.
defaultRetryNamespace?: string
Property Value
string
defaultRetryPrompt
The default retryPrompt to send should the caller not provide one.
defaultRetryPrompt?: TextOrMessageType
Property Value
disableRecognizer
If true, then the prompt should not execute it's own recognition logic. The default is "false".
disableRecognizer?: boolean
Property Value
boolean