Case(String, IEnumerable<Dialog>) Constructor
Definition
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.
Initializes a new instance of the Case class.
public Case (string value = default, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Dialog> actions = default);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.Case : string * seq<Microsoft.Bot.Builder.Dialogs.Dialog> -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.Case
Public Sub New (Optional value As String = Nothing, Optional actions As IEnumerable(Of Dialog) = Nothing)
Parameters
- value
- String
Optional, case's string value.
- actions
- IEnumerable<Dialog>
Optional, numerable list of dialog actions.