BotFrameworkPaths.MessagesPath Property
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.
Gets or sets the path, relative to the BasePath, at which the bot framework messages are expected to be delivered.
public string MessagesPath { get; set; }
member this.MessagesPath : string with get, set
Public Property MessagesPath As String
Property Value
A string that represents the URL at which the bot framework messages are expected to be delivered.