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 {