CallbackLink Class

Definition

Links for callbacks to the bot. For IVR calling only Callback has to be specified. For more advanced scenarios like real-time media calling Notification has to be included.

public class CallbackLink
type CallbackLink = class
Public Class CallbackLink
Inheritance
CallbackLink

Constructors

CallbackLink()

Properties

Callback

Uri for the callbacks to the bot.

Notification

Uri for the notifications to the bot. Needed only for advanced scenarios like real-time media calling.

Applies to