CallingBotServiceSettings.CallbackUrl Property

Definition

The url where the Callingcallbacks from Skype Bot platform will be sent. Needs to match the domain name of service and the route configured in BotController. For example "https://testservice.azurewebsites.net/api/calling/callback"

public string CallbackUrl { get; set; }
member this.CallbackUrl : string with get, set
Public Property CallbackUrl As String

Property Value

Applies to