ContinueConversationRoute<TAgent> Class

Definition

Represents routing information for continuing a conversation, including the delegate name and associated token handlers.

public class ContinueConversationRoute<TAgent> where TAgent : AgentApplication
type ContinueConversationRoute<'Agent (requires 'Agent :> AgentApplication)> = class
Public Class ContinueConversationRoute(Of TAgent)

Type Parameters

TAgent
Inheritance
ContinueConversationRoute<TAgent>

Constructors

Name Description
ContinueConversationRoute<TAgent>(String, String)

Initializes a new instance of the ContinueConversationRoute class using the specified delegate name and a comma-delimited list of token handler names.

ContinueConversationRoute<TAgent>(String, String[])

Initializes a new instance of the ContinueConversationRoute class with the specified delegate method name and optional token handlers.

Properties

Name Description
TokenHandlers

Gets the collection of token handler names used to process authentication tokens.

Methods

Name Description
RouteHandler(TAgent)

Gets the delegate associated with this instance.

ToString()

Applies to