mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
Fixed QueryResult Property - Dialogflow (#35575)
* allRequiredParamsSent is undefined. Changed it to actual property: allRequiredParamsPresent * comma and trailing space removed.
This commit is contained in:
committed by
Ryan Cavanaugh
parent
bda5210e03
commit
9d22a46cd3
Vendored
+5
-3
@@ -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 <https://github.com/dyladan>, Tom Carrio <https://github.com/tcarrio>
|
||||
// Definitions by: Daniel Dyla <https://github.com/dyladan>
|
||||
// Tom Carrio <https://github.com/tcarrio>
|
||||
// Khalil Choudhry <https://github.com/khalilchoudhry>
|
||||
// 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;
|
||||
|
||||
Reference in New Issue
Block a user