Jaa


BotFrameworkPaths.MessagesPath Property

Definition

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.

Applies to