View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bot-builder-4.14.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.bot.builder
├─ com.microsoft.bot.builder.ActivityHandler.class - [JAR]
├─ com.microsoft.bot.builder.AutoSaveStateMiddleware.class - [JAR]
├─ com.microsoft.bot.builder.Bot.class - [JAR]
├─ com.microsoft.bot.builder.BotAdapter.class - [JAR]
├─ com.microsoft.bot.builder.BotAssert.class - [JAR]
├─ com.microsoft.bot.builder.BotCallbackHandler.class - [JAR]
├─ com.microsoft.bot.builder.BotFrameworkAdapter.class - [JAR]
├─ com.microsoft.bot.builder.BotState.class - [JAR]
├─ com.microsoft.bot.builder.BotStateSet.class - [JAR]
├─ com.microsoft.bot.builder.BotTelemetryClient.class - [JAR]
├─ com.microsoft.bot.builder.ChannelServiceHandler.class - [JAR]
├─ com.microsoft.bot.builder.ComponentRegistration.class - [JAR]
├─ com.microsoft.bot.builder.ConnectorClientBuilder.class - [JAR]
├─ com.microsoft.bot.builder.ConversationState.class - [JAR]
├─ com.microsoft.bot.builder.DelegatingTurnContext.class - [JAR]
├─ com.microsoft.bot.builder.DeleteActivityHandler.class - [JAR]
├─ com.microsoft.bot.builder.EventFactory.class - [JAR]
├─ com.microsoft.bot.builder.IntentScore.class - [JAR]
├─ com.microsoft.bot.builder.InvokeResponse.class - [JAR]
├─ com.microsoft.bot.builder.MemoryStorage.class - [JAR]
├─ com.microsoft.bot.builder.MemoryTranscriptStore.class - [JAR]
├─ com.microsoft.bot.builder.MessageFactory.class - [JAR]
├─ com.microsoft.bot.builder.Middleware.class - [JAR]
├─ com.microsoft.bot.builder.MiddlewareSet.class - [JAR]
├─ com.microsoft.bot.builder.NextDelegate.class - [JAR]
├─ com.microsoft.bot.builder.NullBotTelemetryClient.class - [JAR]
├─ com.microsoft.bot.builder.OnTurnErrorHandler.class - [JAR]
├─ com.microsoft.bot.builder.PagedResult.class - [JAR]
├─ com.microsoft.bot.builder.PrivateConversationState.class - [JAR]
├─ com.microsoft.bot.builder.PropertyManager.class - [JAR]
├─ com.microsoft.bot.builder.QueueStorage.class - [JAR]
├─ com.microsoft.bot.builder.Recognizer.class - [JAR]
├─ com.microsoft.bot.builder.RecognizerConvert.class - [JAR]
├─ com.microsoft.bot.builder.RecognizerResult.class - [JAR]
├─ com.microsoft.bot.builder.RegisterClassMiddleware.class - [JAR]
├─ com.microsoft.bot.builder.SendActivitiesHandler.class - [JAR]
├─ com.microsoft.bot.builder.SetSpeakMiddleware.class - [JAR]
├─ com.microsoft.bot.builder.Severity.class - [JAR]
├─ com.microsoft.bot.builder.ShowTypingMiddleware.class - [JAR]
├─ com.microsoft.bot.builder.SkypeMentionNormalizeMiddleware.class - [JAR]
├─ com.microsoft.bot.builder.StatePropertyAccessor.class - [JAR]
├─ com.microsoft.bot.builder.StatePropertyInfo.class - [JAR]
├─ com.microsoft.bot.builder.Storage.class - [JAR]
├─ com.microsoft.bot.builder.StoreItem.class - [JAR]
├─ com.microsoft.bot.builder.TelemetryConstants.class - [JAR]
├─ com.microsoft.bot.builder.TelemetryLoggerConstants.class - [JAR]
├─ com.microsoft.bot.builder.TelemetryLoggerMiddleware.class - [JAR]
├─ com.microsoft.bot.builder.TraceTranscriptLogger.class - [JAR]
├─ com.microsoft.bot.builder.TranscriptInfo.class - [JAR]
├─ com.microsoft.bot.builder.TranscriptLogger.class - [JAR]
├─ com.microsoft.bot.builder.TranscriptLoggerMiddleware.class - [JAR]
├─ com.microsoft.bot.builder.TranscriptStore.class - [JAR]
├─ com.microsoft.bot.builder.TurnContext.class - [JAR]
├─ com.microsoft.bot.builder.TurnContextImpl.class - [JAR]
├─ com.microsoft.bot.builder.TurnContextStateCollection.class - [JAR]
├─ com.microsoft.bot.builder.TurnStateConstants.class - [JAR]
├─ com.microsoft.bot.builder.TypedInvokeResponse.class - [JAR]
├─ com.microsoft.bot.builder.UpdateActivityHandler.class - [JAR]
├─ com.microsoft.bot.builder.UserState.class - [JAR]
├─ com.microsoft.bot.builder.UserTokenProvider.class - [JAR]
├─ com.microsoft.bot.builder.package-info.class - [JAR]
com.microsoft.bot.builder.skills
├─ com.microsoft.bot.builder.skills.BotFrameworkClient.class - [JAR]
├─ com.microsoft.bot.builder.skills.BotFrameworkSkill.class - [JAR]
├─ com.microsoft.bot.builder.skills.SkillConversationIdFactory.class - [JAR]
├─ com.microsoft.bot.builder.skills.SkillConversationIdFactoryBase.class - [JAR]
├─ com.microsoft.bot.builder.skills.SkillConversationIdFactoryOptions.class - [JAR]
├─ com.microsoft.bot.builder.skills.SkillConversationReference.class - [JAR]
├─ com.microsoft.bot.builder.skills.SkillHandler.class - [JAR]
├─ com.microsoft.bot.builder.skills.package-info.class - [JAR]
com.microsoft.bot.builder.integration
├─ com.microsoft.bot.builder.integration.AdapterIntegration.class - [JAR]
├─ com.microsoft.bot.builder.integration.package-info.class - [JAR]
com.microsoft.bot.builder.teams
├─ com.microsoft.bot.builder.teams.TeamsActivityHandler.class - [JAR]
├─ com.microsoft.bot.builder.teams.TeamsInfo.class - [JAR]
├─ com.microsoft.bot.builder.teams.TeamsSSOTokenExchangeMiddleware.class - [JAR]
├─ com.microsoft.bot.builder.teams.package-info.class - [JAR]
com.microsoft.bot.builder.inspection
├─ com.microsoft.bot.builder.inspection.InspectionActivityExtensions.class - [JAR]
├─ com.microsoft.bot.builder.inspection.InspectionMiddleware.class - [JAR]
├─ com.microsoft.bot.builder.inspection.InspectionSession.class - [JAR]
├─ com.microsoft.bot.builder.inspection.InspectionSessionsByStatus.class - [JAR]
├─ com.microsoft.bot.builder.inspection.InspectionState.class - [JAR]
├─ com.microsoft.bot.builder.inspection.InterceptionMiddleware.class - [JAR]
├─ com.microsoft.bot.builder.inspection.package-info.class - [JAR]