This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into autosynth-googleapis
- Loading branch information
Showing
4 changed files
with
25 additions
and
16 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
bumpMinorPreMajor: true | ||
handleGHRelease: true | ||
releaseType: java-yoshi | ||
bumpMinorPreMajor: true |
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 |
---|---|---|
@@ -1,15 +1,16 @@ | ||
{ | ||
"name": "dialogflow-cx", | ||
"name_pretty": "Dialogflow CX", | ||
"product_documentation": "https://cloud.google.com/dialogflow/cx/docs", | ||
"api_description": "provides a new way of designing agents, taking a state machine approach to agent design. This gives you clear and explicit control over a conversation, a better end-user experience, and a better development workflow.", | ||
"client_documentation": "https://googleapis.dev/java/google-cloud-dialogflow-cx/latest/index.html", | ||
"release_level": "beta", | ||
"transport": "grpc", | ||
"language": "java", | ||
"repo": "googleapis/java-dialogflow-cx", | ||
"repo_short": "java-dialogflow-cx", | ||
"distribution_name": "com.google.cloud:google-cloud-dialogflow-cx", | ||
"api_id": "dialogflow-cx.googleapis.com", | ||
"requires_billing": true | ||
} | ||
"name": "dialogflow-cx", | ||
"name_pretty": "Dialogflow CX", | ||
"product_documentation": "https://cloud.google.com/dialogflow/cx/docs", | ||
"api_description": "provides a new way of designing agents, taking a state machine approach to agent design. This gives you clear and explicit control over a conversation, a better end-user experience, and a better development workflow.", | ||
"client_documentation": "https://googleapis.dev/java/google-cloud-dialogflow-cx/latest/index.html", | ||
"release_level": "beta", | ||
"transport": "grpc", | ||
"language": "java", | ||
"repo": "googleapis/java-dialogflow-cx", | ||
"repo_short": "java-dialogflow-cx", | ||
"distribution_name": "com.google.cloud:google-cloud-dialogflow-cx", | ||
"api_id": "dialogflow-cx.googleapis.com", | ||
"requires_billing": true, | ||
"library_type": "GAPIC_AUTO" | ||
} |
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,7 @@ | ||
# Security Policy | ||
|
||
To report a security issue, please use [g.co/vulnz](https://g.co/vulnz). | ||
|
||
The Google Security Team will respond within 5 working days of your report on g.co/vulnz. | ||
|
||
We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Advisory to privately discuss and fix the issue. |
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