Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1621 from luaneyed/conversation-definition
Browse files Browse the repository at this point in the history
Add successful method to Converstaion definition
  • Loading branch information
benbrown authored Apr 12, 2019
2 parents 1623726 + c71fbef commit 0d48db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Botkit.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ declare namespace botkit {
setVar(field: string, value: any): void;
silentRepeat(): void;
stop(status?: ConversationStatusType): void;
successful(): boolean;
transitionTo(thread: string, message: string | M): void;
}
interface ConversationCaptureOptions {
Expand Down

0 comments on commit 0d48db5

Please sign in to comment.