PromptFallback
Defines fallback policy for unanswered prompts.
- Kind:
Enum - Namespace: Repl.Interaction
- Assembly:
Repl.Core - Source: src/Repl.Core/Interaction/PromptFallback.cs
Signature
Section titled “Signature”public enum PromptFallbackFields
Section titled “Fields”Fails when no answer is available.
Fail = 1Returns
Section titled “Returns”UseDefault
Section titled “UseDefault”Uses configured default value.
UseDefault = 0