Skip to content

Commit df84d00

Browse files
committed
Make getSessionId optional
1 parent 0d64b4c commit df84d00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/directLine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export interface IBotConnection {
287287
end(): void,
288288
referenceGrammarId?: string,
289289
postActivity(activity: Activity): Observable<string>,
290-
getSessionId(): Observable<string>
290+
getSessionId? : () => Observable<string>
291291
}
292292

293293
export class DirectLine implements IBotConnection {

0 commit comments

Comments
 (0)