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?: stringProperty Value
string
		defaultRetryPrompt
	  
	The default retryPrompt to send should the caller not provide one.
defaultRetryPrompt?: TextOrMessageTypeProperty Value
		disableRecognizer
	 
	If true, then the prompt should not execute it's own recognition logic. The default is "false".
disableRecognizer?: booleanProperty Value
boolean