Skip to content

Commit

Permalink
Update MD files for compat check
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaavila committed Apr 12, 2024
1 parent fbab913 commit c287e50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1794,6 +1794,10 @@ export class OnError extends OnDialogEvent {
// (undocumented)
static $kind: string;
constructor(actions?: Dialog[], condition?: string);
// (undocumented)
currentExecutionLimit: () => number;
execute(actionContext: ActionContext): Promise<ActionChangeList[]>;
executionLimit: NumberExpression;
onCreateChangeList(actionContext: ActionContext, dialogOptions?: any): ActionChangeList;
}

Expand Down
2 changes: 2 additions & 0 deletions libraries/botbuilder-dialogs/etc/botbuilder-dialogs.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,8 @@ export class TurnPath {
// (undocumented)
static readonly dialogEvent = "turn.dialogEvent";
// (undocumented)
static readonly executionLimit = "turn.executionLimit";
// (undocumented)
static readonly interrupted = "turn.interrupted";
// (undocumented)
static readonly lastResult = "turn.lastresult";
Expand Down

0 comments on commit c287e50

Please sign in to comment.