-
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.
- Loading branch information
1 parent
9704d6a
commit 74dee56
Showing
208 changed files
with
73,359 additions
and
4,991 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
packages/google-cloud-dialogflow-cx/.pre-commit-config.yaml
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,17 @@ | ||
# See https://pre-commit.com for more information | ||
# See https://pre-commit.com/hooks.html for more hooks | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v3.3.0 | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: end-of-file-fixer | ||
- id: check-yaml | ||
- repo: https://github.com/psf/black | ||
rev: 19.10b0 | ||
hooks: | ||
- id: black | ||
- repo: https://gitlab.com/pycqa/flake8 | ||
rev: 3.8.4 | ||
hooks: | ||
- id: flake8 |
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
39 changes: 39 additions & 0 deletions
39
packages/google-cloud-dialogflow-cx/docs/dialogflowcx_v3/services.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,39 @@ | ||
Services for Google Cloud Dialogflowcx v3 API | ||
============================================= | ||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.services.agents | ||
:members: | ||
:inherited-members: | ||
.. automodule:: google.cloud.dialogflowcx_v3.services.entity_types | ||
:members: | ||
:inherited-members: | ||
.. automodule:: google.cloud.dialogflowcx_v3.services.environments | ||
:members: | ||
:inherited-members: | ||
.. automodule:: google.cloud.dialogflowcx_v3.services.flows | ||
:members: | ||
:inherited-members: | ||
.. automodule:: google.cloud.dialogflowcx_v3.services.intents | ||
:members: | ||
:inherited-members: | ||
.. automodule:: google.cloud.dialogflowcx_v3.services.pages | ||
:members: | ||
:inherited-members: | ||
.. automodule:: google.cloud.dialogflowcx_v3.services.security_settings_service | ||
:members: | ||
:inherited-members: | ||
.. automodule:: google.cloud.dialogflowcx_v3.services.session_entity_types | ||
:members: | ||
:inherited-members: | ||
.. automodule:: google.cloud.dialogflowcx_v3.services.sessions | ||
:members: | ||
:inherited-members: | ||
.. automodule:: google.cloud.dialogflowcx_v3.services.transition_route_groups | ||
:members: | ||
:inherited-members: | ||
.. automodule:: google.cloud.dialogflowcx_v3.services.versions | ||
:members: | ||
:inherited-members: | ||
.. automodule:: google.cloud.dialogflowcx_v3.services.webhooks | ||
:members: | ||
:inherited-members: |
6 changes: 6 additions & 0 deletions
6
packages/google-cloud-dialogflow-cx/docs/dialogflowcx_v3/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,6 @@ | ||
Types for Google Cloud Dialogflowcx v3 API | ||
========================================== | ||
|
||
.. automodule:: google.cloud.dialogflowcx_v3.types | ||
:members: | ||
:show-inheritance: |
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
328 changes: 176 additions & 152 deletions
328
packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx/__init__.py
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.