IsDialogActiveFunction Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines isDialogActive(id) expression function.
public class IsDialogActiveFunction : AdaptiveExpressions.ExpressionEvaluator
type IsDialogActiveFunction = class
inherit ExpressionEvaluator
Public Class IsDialogActiveFunction
Inherits ExpressionEvaluator
- Inheritance
isDialogActive('dialog1') isDialogActive('dialog1', 'dialog2', 'dialog3').
This expression will return true if any of the dialogIds is on the dialog execution stack. You can pass 1..N dialog ids.
Is |
Initializes a new instance of the IsDialogActiveFunction class. |
Negation |
Gets or sets the evaluator that is a negation of this one. (Inherited from ExpressionEvaluator) |
Return |
Gets or sets the expression return type. (Inherited from ExpressionEvaluator) |
Type |
Gets the expression type for evaluator. (Inherited from ExpressionEvaluator) |
To |
Returns a string that represents the current object. (Inherited from ExpressionEvaluator) |
Try |
Evaluate an expression. (Inherited from ExpressionEvaluator) |
Validate |
Validate an expression. (Inherited from ExpressionEvaluator) |
Προϊόν | Εκδόσεις |
---|---|
Microsoft.Bot.Builder | 4.0 |