Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
feat: include original user query in WebhookRequest; add GetTextCaser…
Browse files Browse the repository at this point in the history
…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
gcf-owl-bot[bot] committed Mar 24, 2021
1 parent 275ee05 commit 3a12c0b
Show file tree
Hide file tree
Showing 170 changed files with 134,736 additions and 0 deletions.
1 change: 1 addition & 0 deletions owl-bot-staging/v3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cx: Nodejs Client
10 changes: 10 additions & 0 deletions owl-bot-staging/v3/linkinator.config.json
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
}
77 changes: 77 additions & 0 deletions owl-bot-staging/v3/package.json
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"
}
}
Loading

0 comments on commit 3a12c0b

Please sign in to comment.