FeedbackOptions Enum

Definition

Control how the user gets feedback after each entry.

public enum FeedbackOptions
type FeedbackOptions = 
Public Enum FeedbackOptions
Inheritance
FeedbackOptions

Fields

Always 2

Provide feedback after every user input.

Auto 1

Provide feedback using the Feedback template only if part of the user input was not understood.

Default 0

Use the default from the DefaultPrompt.

Never 3

Never provide feedback.

Applies to