diff --git a/ts/Interfaces.ts b/ts/Interfaces.ts index e0413f1..a6b71b1 100644 --- a/ts/Interfaces.ts +++ b/ts/Interfaces.ts @@ -31,6 +31,16 @@ export interface IServerResponse { speech: string; fulfillment?: { speech: string + }, + contexts?: [string], + parameters?: { + [index: string]: string; + }, + metadata?: { + intentId: string, + intentName: string, + webhookForSlotFillingUsed: boolean, + webhookUsed: boolean, } }; status: {