ContinueConversationAttribute(String, String) 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 ContinueConversationAttribute class with the specified conversation key and optional token handler configuration.
public ContinueConversationAttribute(string key = "", string autoSignInHandlers = default);
new Microsoft.Agents.Builder.App.Proactive.ContinueConversationAttribute : string * string -> Microsoft.Agents.Builder.App.Proactive.ContinueConversationAttribute
Public Sub New (Optional key As String = "", Optional autoSignInHandlers As String = Nothing)
Parameters
- key
- String
The conversation key used to identify the conversation context. If null, an ArgumentNullException is thrown.
- autoSignInHandlers
- String
An optional comma, semicolon, or space delimted list of tokens to get.
Exceptions
Thrown if the key parameter is null.