jar

com.microsoft.bot.builder : botbuilder

Maven & Gradle

May 24, 2018
180 stars

Bot Framework Connector

Table Of Contents

Latest Version

Download com.microsoft.bot.builder : botbuilder JAR file - Latest Versions:

All Versions

Download com.microsoft.bot.builder : botbuilder JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window botbuilder-4.0.0-a0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.microsoft.bot.builder.classic.dialogs

├─ com.microsoft.bot.builder.classic.dialogs.BotData.class - [JAR]

├─ com.microsoft.bot.builder.classic.dialogs.BotDataBag.class - [JAR]

├─ com.microsoft.bot.builder.classic.dialogs.BotToUser.class - [JAR]

├─ com.microsoft.bot.builder.classic.dialogs.BotValue.class - [JAR]

├─ com.microsoft.bot.builder.classic.dialogs.DialogStack.class - [JAR]

├─ com.microsoft.bot.builder.classic.dialogs.DialogTask.class - [JAR]

com.microsoft.bot.builder.dialogs

├─ com.microsoft.bot.builder.dialogs.BotContext.class - [JAR]

├─ com.microsoft.bot.builder.dialogs.Dialog.class - [JAR]

├─ com.microsoft.bot.builder.dialogs.DialogCompletion.class - [JAR]

├─ com.microsoft.bot.builder.dialogs.DialogContext.class - [JAR]

├─ com.microsoft.bot.builder.dialogs.DialogContextImpl.class - [JAR]

├─ com.microsoft.bot.builder.dialogs.IDialog.class - [JAR]

├─ com.microsoft.bot.builder.dialogs.IDialogContinue.class - [JAR]

├─ com.microsoft.bot.builder.dialogs.MessageOptions.class - [JAR]

com.microsoft.bot.builder.core

├─ com.microsoft.bot.builder.core.AnonymousReceiveMiddleware.class - [JAR]

├─ com.microsoft.bot.builder.core.BotAssert.class - [JAR]

├─ com.microsoft.bot.builder.core.DeleteActivityHandler.class - [JAR]

├─ com.microsoft.bot.builder.core.Func.class - [JAR]

├─ com.microsoft.bot.builder.core.Middleware.class - [JAR]

├─ com.microsoft.bot.builder.core.MiddlewareCall.class - [JAR]

├─ com.microsoft.bot.builder.core.MiddlewareSet.class - [JAR]

├─ com.microsoft.bot.builder.core.NextDelegate.class - [JAR]

├─ com.microsoft.bot.builder.core.SendActivitiesHandler.class - [JAR]

├─ com.microsoft.bot.builder.core.TurnContext.class - [JAR]

├─ com.microsoft.bot.builder.core.TurnTask.class - [JAR]

├─ com.microsoft.bot.builder.core.UpdateActivityHandler.class - [JAR]

Advertisement