diff --git a/ts/Interfaces.ts b/ts/Interfaces.ts index e0413f1..b48be79 100644 --- a/ts/Interfaces.ts +++ b/ts/Interfaces.ts @@ -30,7 +30,11 @@ export interface IServerResponse { resolvedQuery: string, speech: string; fulfillment?: { - speech: string + speech: string, + messages?: { + type: number, + speech: string, + } } }; status: {