ResumptionCookie 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
ResumptionCookie(IMessageActivity) |
Creates an instance of resumption cookie form a IMessageActivity |
ResumptionCookie(Address, String, Boolean, String) |
Creates an instance of the resumption cookie. |
ResumptionCookie(IMessageActivity)
- Source:
- ResumptionCookie.cs
Creates an instance of resumption cookie form a IMessageActivity
public ResumptionCookie (Microsoft.Bot.Connector.IMessageActivity msg);
new Microsoft.Bot.Builder.Dialogs.ResumptionCookie : Microsoft.Bot.Connector.IMessageActivity -> Microsoft.Bot.Builder.Dialogs.ResumptionCookie
Public Sub New (msg As IMessageActivity)
Parameters
- msg
- IMessageActivity
The message.
Applies to
ResumptionCookie(Address, String, Boolean, String)
- Source:
- ResumptionCookie.cs
Creates an instance of the resumption cookie.
public ResumptionCookie (Microsoft.Bot.Builder.Dialogs.Address address, string userName, bool isGroup, string locale);
new Microsoft.Bot.Builder.Dialogs.ResumptionCookie : Microsoft.Bot.Builder.Dialogs.Address * string * bool * string -> Microsoft.Bot.Builder.Dialogs.ResumptionCookie
Public Sub New (address As Address, userName As String, isGroup As Boolean, locale As String)
Parameters
- address
- Address
The address.
- userName
- String
The user name.
- isGroup
- Boolean
The IsGroup flag for conversation.
- locale
- String
The locale of the message.