From 71c4baaf1f8386121d6b90b15c2601616b4913bf Mon Sep 17 00:00:00 2001 From: Ayelet Dahan Date: Wed, 24 Jan 2018 08:56:17 +0200 Subject: [PATCH] added originalRequest object to IRequestOptions --- ts/Interfaces.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/Interfaces.ts b/ts/Interfaces.ts index e0413f1..a82e613 100644 --- a/ts/Interfaces.ts +++ b/ts/Interfaces.ts @@ -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 {