BotStateDataResult Constructors
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.
Overloads
BotStateDataResult() | |
BotStateDataResult(IList<BotStateData>, String) |
BotStateDataResult()
public BotStateDataResult ();
Public Sub New ()
Applies to
BotStateDataResult(IList<BotStateData>, String)
public BotStateDataResult (System.Collections.Generic.IList<Microsoft.Bot.Connector.BotStateData> botStateData = default, string continuationToken = default);
new Microsoft.Bot.Connector.BotStateDataResult : System.Collections.Generic.IList<Microsoft.Bot.Connector.BotStateData> * string -> Microsoft.Bot.Connector.BotStateDataResult
Public Sub New (Optional botStateData As IList(Of BotStateData) = Nothing, Optional continuationToken As String = Nothing)
Parameters
- botStateData
- IList<BotStateData>
- continuationToken
- String