Skip to content

Commit

Permalink
added originalRequest object to IRequestOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeletdn committed Jan 24, 2018
1 parent 002ecc3 commit 71c4baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/Interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export interface IRequestOptions {
event?: {name: string, data?: IStringMap};
sessionId?: string;
lang?: ApiAiConstants.AVAILABLE_LANGUAGES;
originalRequest?: {source: string, data?: IStringMap};
}

export interface IServerResponse {
Expand Down

0 comments on commit 71c4baa

Please sign in to comment.