Skip to content

Commit

Permalink
Merge pull request #78 from ayeletdn/master
Browse files Browse the repository at this point in the history
added originalRequest property to IRequestOptions
  • Loading branch information
Matt Carroll authored Jan 24, 2018
2 parents 002ecc3 + 71c4baa commit 50e82e6
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 50e82e6

Please sign in to comment.