We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dc4ef commit 74c45e0Copy full SHA for 74c45e0
Node/calling/src/botbuilder.d.ts
@@ -829,8 +829,8 @@ interface IBotStorage {
829
830
/** Options used to initialize a ChatConnector instance. */
831
interface ICallConnectorSettings {
832
- /** The URI that should be used to receive workflow callbacks. This should typically be the endpoint calling entered into the developer portal. */
833
- callbackUri: string;
+ /** The URL that should be used to receive workflow callbacks. This should typically be the endpoint calling entered into the developer portal. */
+ callbackUrl: string;
834
835
/** The bots App ID assigned in the Bot Framework portal. */
836
appId?: string;
0 commit comments