ContinueConversationAttribute(String, String) Constructor

Definition

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.

Applies to