This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: include original user query in WebhookRequest; add GetTextCaser…
…esult API. doc: clarify resource format for session response. PiperOrigin-RevId: 364734171 Source-Link: googleapis/googleapis@551ddbb Source-Link: https://github.com/googleapis/googleapis-gen/commit/19c469f0eefe7735eb3d6438773f12dd88060da1
- Loading branch information
1 parent
275ee05
commit 3a12c0b
Showing
170 changed files
with
134,736 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Cx: Nodejs Client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"recurse": true, | ||
"skip": [ | ||
"https://codecov.io/gh/googleapis/", | ||
"www.googleapis.com", | ||
"img.shields.io" | ||
], | ||
"silent": true, | ||
"concurrency": 10 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"name": "@google-cloud/dialogflow-cx", | ||
"version": "0.1.0", | ||
"description": "Cx client for Node.js", | ||
"repository": "googleapis/nodejs-cx", | ||
"license": "Apache-2.0", | ||
"author": "Google LLC", | ||
"main": "build/src/index.js", | ||
"files": [ | ||
"build/src", | ||
"build/protos" | ||
], | ||
"keywords": [ | ||
"google apis client", | ||
"google api client", | ||
"google apis", | ||
"google api", | ||
"google", | ||
"google cloud platform", | ||
"google cloud", | ||
"cloud", | ||
"google cx", | ||
"cx", | ||
"agents", | ||
"entity types", | ||
"environments", | ||
"experiments", | ||
"flows", | ||
"intents", | ||
"pages", | ||
"security settings service", | ||
"session entity types", | ||
"sessions", | ||
"test cases", | ||
"transition route groups", | ||
"versions", | ||
"webhooks" | ||
], | ||
"scripts": { | ||
"clean": "gts clean", | ||
"compile": "tsc -p . && cp -r protos build/", | ||
"compile-protos": "compileProtos src", | ||
"docs": "jsdoc -c .jsdoc.js", | ||
"predocs-test": "npm run docs", | ||
"docs-test": "linkinator docs", | ||
"fix": "gts fix", | ||
"lint": "gts check", | ||
"prepare": "npm run compile-protos && npm run compile", | ||
"system-test": "c8 mocha build/system-test", | ||
"test": "c8 mocha build/test" | ||
}, | ||
"dependencies": { | ||
"google-gax": "^2.10.3" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^8.2.1", | ||
"@types/node": "^14.14.32", | ||
"@types/sinon": "^9.0.11", | ||
"c8": "^7.6.0", | ||
"gts": "^3.1.0", | ||
"jsdoc": "^3.6.6", | ||
"jsdoc-fresh": "^1.0.2", | ||
"jsdoc-region-tag": "^1.0.6", | ||
"linkinator": "^2.13.6", | ||
"mocha": "^8.3.1", | ||
"null-loader": "^4.0.1", | ||
"pack-n-play": "^1.0.0-2", | ||
"sinon": "^9.2.4", | ||
"ts-loader": "^8.0.17", | ||
"typescript": "^4.2.3", | ||
"webpack": "^5.24.4", | ||
"webpack-cli": "^4.5.0" | ||
}, | ||
"engines": { | ||
"node": ">=v10.24.0" | ||
} | ||
} |
Oops, something went wrong.