Język

AdaptiveDialogBot Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy AdaptiveDialogBot.

public AdaptiveDialogBot(string adaptiveDialogId, string languageGeneratorId, Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer resourceExplorer, Microsoft.Bot.Builder.ConversationState conversationState, Microsoft.Bot.Builder.UserState userState, Microsoft.Bot.Builder.Skills.SkillConversationIdFactoryBase skillConversationIdFactoryBase, Microsoft.Bot.Builder.Dialogs.Adaptive.LanguagePolicy languagePolicy, Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication botFrameworkAuthentication, Microsoft.Bot.Builder.IBotTelemetryClient telemetryClient, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope> scopes = default, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Memory.IPathResolver> pathResolvers = default, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Dialog> dialogs = default, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Builder.Dialogs.Adaptive.AdaptiveDialogBot : string * string * Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer * Microsoft.Bot.Builder.ConversationState * Microsoft.Bot.Builder.UserState * Microsoft.Bot.Builder.Skills.SkillConversationIdFactoryBase * Microsoft.Bot.Builder.Dialogs.Adaptive.LanguagePolicy * Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication * Microsoft.Bot.Builder.IBotTelemetryClient * seq<Microsoft.Bot.Builder.Dialogs.Memory.Scopes.MemoryScope> * seq<Microsoft.Bot.Builder.Dialogs.Memory.IPathResolver> * seq<Microsoft.Bot.Builder.Dialogs.Dialog> * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Builder.Dialogs.Adaptive.AdaptiveDialogBot
Public Sub New (adaptiveDialogId As String, languageGeneratorId As String, resourceExplorer As ResourceExplorer, conversationState As ConversationState, userState As UserState, skillConversationIdFactoryBase As SkillConversationIdFactoryBase, languagePolicy As LanguagePolicy, botFrameworkAuthentication As BotFrameworkAuthentication, telemetryClient As IBotTelemetryClient, Optional scopes As IEnumerable(Of MemoryScope) = Nothing, Optional pathResolvers As IEnumerable(Of IPathResolver) = Nothing, Optional dialogs As IEnumerable(Of Dialog) = Nothing, Optional logger As ILogger = Nothing)

Parametry

adaptiveDialogId
String

ID AdaptiveDialog do ładowania z .ResourceExplorer

languageGeneratorId
String

ID LanguageGenerator do ładowania z .ResourceExplorer

resourceExplorer
ResourceExplorer

Bot Builder ResourceExplorer do ładowania od Dialog .

conversationState
ConversationState

Implementacja ConversationState .

userState
UserState

Implementacja UserState .

skillConversationIdFactoryBase
SkillConversationIdFactoryBase

Implementacja SkillConversationIdFactoryBase .

languagePolicy
LanguagePolicy

A LanguagePolicy do użycia.

botFrameworkAuthentication
BotFrameworkAuthentication

A służył BotFrameworkAuthentication do pozyskiwania klienta do wywoływania Bot Builder Skills.

telemetryClient
IBotTelemetryClient

Był stosowany do rejestrowania IBotTelemetryClient zdarzeń telemetrycznych botów.

scopes
IEnumerable<MemoryScope>

Niestandardowe MemoryScope implementacje, które rozszerzają system pamięci.

pathResolvers
IEnumerable<IPathResolver>

Niestandardowe rozwiązania IPathResolver , które dodają nowe skróty ścieżek resolverów do zakresów pamięci.

dialogs
IEnumerable<Dialog>

Niestandardowy Dialog , który zostanie dodany do głównego DialogSetu.

logger
ILogger

Wystąpienie ILogger .

Dotyczy