BotFrameworkPaths Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class that defines the bot framework default path values.
public class BotFrameworkPaths
type BotFrameworkPaths = class
Public Class BotFrameworkPaths
- Inheritance
-
BotFrameworkPaths
Constructors
BotFrameworkPaths() |
Initializes a new instance of the BotFrameworkPaths class and sets BasePath and MessagePath to default values. |
Properties
BasePath |
Gets or sets the base path at which the bot's endpoints should be exposed. |
MessagesPath |
Gets or sets the path, relative to the BasePath, at which the bot framework messages are expected to be delivered. |