-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow to disable webhook invocation per request feat: added support for test cases and agent validation feat: supports SentimentAnalysisResult in webhook request feat: add from_service_account_info factory feat: Add new Experiment service docs: test cases doc update docs: update languages link
- Loading branch information
1 parent
83969a0
commit a026a52
Showing
264 changed files
with
34,158 additions
and
6,311 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,18 @@ | ||
[run] | ||
branch = True | ||
|
||
[report] | ||
fail_under = 100 | ||
show_missing = True | ||
omit = | ||
google/cloud/dialogflowcx/__init__.py | ||
exclude_lines = | ||
# Re-enable the standard pragma | ||
pragma: NO COVER | ||
# Ignore debug-only repr | ||
def __repr__ | ||
# Ignore pkg_resources exceptions. | ||
# This is added at the module level as a safeguard for if someone | ||
# generates the code and tries to run it without pip installing. This | ||
# makes it virtually impossible to test properly. | ||
except pkg_resources.DistributionNotFound |
15 changes: 15 additions & 0 deletions
15
packages/google-cloud-dialogflow-cx/.github/header-checker-lint.yml
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,15 @@ | ||
{"allowedCopyrightHolders": ["Google LLC"], | ||
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"], | ||
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt"], | ||
"sourceFileExtensions": [ | ||
"ts", | ||
"js", | ||
"java", | ||
"sh", | ||
"Dockerfile", | ||
"yaml", | ||
"py", | ||
"html", | ||
"txt" | ||
] | ||
} |
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
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
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
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
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
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
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
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
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,4 +1,9 @@ | ||
div#python2-eol { | ||
border-color: red; | ||
border-width: medium; | ||
} | ||
} | ||
|
||
/* Ensure minimum width for 'Parameters' / 'Returns' column */ | ||
dl.field-list > dt { | ||
min-width: 100px | ||
} |
11 changes: 11 additions & 0 deletions
11
packages/google-cloud-dialogflow-cx/docs/dialogflowcx_v3/agents.rst
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,11 @@ | ||
Agents | ||
------------------------ | ||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.agents | ||
:members: | ||
:inherited-members: | ||
|
||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.agents.pagers | ||
:members: | ||
:inherited-members: |
11 changes: 11 additions & 0 deletions
11
packages/google-cloud-dialogflow-cx/docs/dialogflowcx_v3/entity_types.rst
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,11 @@ | ||
EntityTypes | ||
----------------------------- | ||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.entity_types | ||
:members: | ||
:inherited-members: | ||
|
||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.entity_types.pagers | ||
:members: | ||
:inherited-members: |
11 changes: 11 additions & 0 deletions
11
packages/google-cloud-dialogflow-cx/docs/dialogflowcx_v3/environments.rst
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,11 @@ | ||
Environments | ||
------------------------------ | ||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.environments | ||
:members: | ||
:inherited-members: | ||
|
||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.environments.pagers | ||
:members: | ||
:inherited-members: |
11 changes: 11 additions & 0 deletions
11
packages/google-cloud-dialogflow-cx/docs/dialogflowcx_v3/experiments.rst
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,11 @@ | ||
Experiments | ||
----------------------------- | ||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.experiments | ||
:members: | ||
:inherited-members: | ||
|
||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.experiments.pagers | ||
:members: | ||
:inherited-members: |
11 changes: 11 additions & 0 deletions
11
packages/google-cloud-dialogflow-cx/docs/dialogflowcx_v3/flows.rst
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,11 @@ | ||
Flows | ||
----------------------- | ||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.flows | ||
:members: | ||
:inherited-members: | ||
|
||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.flows.pagers | ||
:members: | ||
:inherited-members: |
11 changes: 11 additions & 0 deletions
11
packages/google-cloud-dialogflow-cx/docs/dialogflowcx_v3/intents.rst
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,11 @@ | ||
Intents | ||
------------------------- | ||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.intents | ||
:members: | ||
:inherited-members: | ||
|
||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.intents.pagers | ||
:members: | ||
:inherited-members: |
11 changes: 11 additions & 0 deletions
11
packages/google-cloud-dialogflow-cx/docs/dialogflowcx_v3/pages.rst
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,11 @@ | ||
Pages | ||
----------------------- | ||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.pages | ||
:members: | ||
:inherited-members: | ||
|
||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.pages.pagers | ||
:members: | ||
:inherited-members: |
11 changes: 11 additions & 0 deletions
11
...s/google-cloud-dialogflow-cx/docs/dialogflowcx_v3/security_settings_service.rst
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,11 @@ | ||
SecuritySettingsService | ||
----------------------------------------- | ||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.security_settings_service | ||
:members: | ||
:inherited-members: | ||
|
||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.security_settings_service.pagers | ||
:members: | ||
:inherited-members: |
Oops, something went wrong.