com.microsoft.bot.dialogs.choices
This package contains the classes for com.microsoft.bot.dialogs.choices.
Classes
| Channel |
Methods for determining channel specific functionality. |
| Choice |
Represents a choice for a choice prompt. |
| ChoiceFactory |
Assists with formatting a message activity that contains a list of choices. |
| ChoiceFactoryOptions |
Contains formatting options for presenting a list of choices. |
| ChoiceRecognizers |
Contains methods for matching user input against a list of choices. |
| Find |
Contains methods for matching user input against a list of choices. |
| FindChoicesOptions |
Contains options to control how input is matched against a list of choices. |
| FindValuesOptions |
Contains options used to control how choices are recognized in a users utterance. |
| FoundChoice |
Represents a result from matching user input against a list of choices. |
| ModelResult<T> |
Contains recognition result information. |
| SortedValue |
A value that can be sorted and still refer to its original position with a source array. |
| Token |
Represents an individual token, such as a word in an input string. |
| Tokenizer |
Provides the default Tokenizer implementation. |
Interfaces
| TokenizerFunction |
Represents a callback method that can break a string into its component tokens. |
Enums
| ListStyle |
Controls the way that choices for a `Choice |