Jaa


BotFrameworkPaths Class

Definition

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.

Applies to