dialogflow: Provides its own types (#39627)

This commit is contained in:
Alexander T
2019-11-01 17:11:15 +02:00
committed by Jesse Trinity
parent ae51786702
commit b3eed04fcf
5 changed files with 6 additions and 1367 deletions

View File

@@ -816,6 +816,12 @@
"sourceRepoURL": "https://github.com/dfahlander/Dexie.js",
"asOfVersion": "1.3.1"
},
{
"libraryName": "dialogflow",
"typingsPackageName": "dialogflow",
"sourceRepoURL": "https://github.com/googleapis/nodejs-dialogflow",
"asOfVersion": "4.0.3"
},
{
"libraryName": "docker-file-parser",
"typingsPackageName": "docker-file-parser",

View File

@@ -1,10 +0,0 @@
import * as dialogflow from "dialogflow";
const agentsClient = new dialogflow.AgentsClient();
const contextsClient = new dialogflow.ContextsClient();
const entityTypesClient = new dialogflow.EntityTypesClient();
const intentsClient = new dialogflow.IntentsClient();
const sessionEntityTypesClient = new dialogflow.SessionEntityTypesClient();
const sessionsClient = new dialogflow.SessionsClient();
// TODO: Add real significant tests

File diff suppressed because it is too large Load Diff

View File

@@ -1,23 +0,0 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"dialogflow-tests.ts"
]
}

View File

@@ -1,3 +0,0 @@
{
"extends": "dtslint/dt.json"
}