diff --git a/types/dialogflow/index.d.ts b/types/dialogflow/index.d.ts index 2c45256772..ac9b17f87f 100644 --- a/types/dialogflow/index.d.ts +++ b/types/dialogflow/index.d.ts @@ -1,6 +1,8 @@ -// Type definitions for dialogflow 0.9 +// Type definitions for dialogflow 1.0 // Project: https://github.com/googleapis/nodejs-dialogflow -// Definitions by: Daniel Dyla , Tom Carrio +// Definitions by: Daniel Dyla +// Tom Carrio +// Khalil Choudhry // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.4 @@ -677,7 +679,7 @@ export interface QueryResult { speechRecognitionConfidence: number; action: string; parameters: any; - allRequiredParamsSent: boolean; + allRequiredParamsPresent: boolean; fulfillmentText: string; fulfillmentMessages: Message[]; webhookSource: string;