Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
chore: Update gapic-generator-python to v1.11.4 (#537)
Browse files Browse the repository at this point in the history
* chore: Update gapic-generator-python to v1.11.4

PiperOrigin-RevId: 547897126

Source-Link: googleapis/googleapis@c09c75e

Source-Link: https://github.com/googleapis/googleapis-gen/commit/45e0ec4343517cd0aa66b5ca64232a1802c2f945
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDVlMGVjNDM0MzUxN2NkMGFhNjZiNWNhNjQyMzJhMTgwMmMyZjk0NSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 14, 2023
1 parent 414efc0 commit 7ee104f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions google/cloud/dialogflowcx_v3/types/advanced_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ class AdvancedSettings(proto.Message):
Dialogflow to the configured Google Cloud
Storage destination. Exposed at the following
levels:
- Agent level
- Flow level
logging_settings (google.cloud.dialogflowcx_v3.types.AdvancedSettings.LoggingSettings):
Settings for logging.
Settings for Dialogflow History, Contact Center
messages, StackDriver logs, and speech logging.
Exposed at the following levels:
- Agent level.
"""

Expand Down
1 change: 1 addition & 0 deletions google/cloud/dialogflowcx_v3/types/fulfillment.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class Fulfillment(proto.Message):
streaming APIs. If a webhook is specified, it
happens before Dialogflow invokes webhook.
Warning:
1) This flag only affects streaming API.
Responses are still queued and returned once in
non-streaming API.
Expand Down
1 change: 1 addition & 0 deletions google/cloud/dialogflowcx_v3/types/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ class QueryParameters(proto.Message):

class QueryInput(proto.Message):
r"""Represents the query input. It can contain one of:
1. A conversational query in the form of text.
2. An intent query that specifies which intent to trigger.
Expand Down
2 changes: 2 additions & 0 deletions google/cloud/dialogflowcx_v3beta1/types/advanced_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ class AdvancedSettings(proto.Message):
Dialogflow to the configured Google Cloud
Storage destination. Exposed at the following
levels:
- Agent level
- Flow level
logging_settings (google.cloud.dialogflowcx_v3beta1.types.AdvancedSettings.LoggingSettings):
Settings for logging.
Settings for Dialogflow History, Contact Center
messages, StackDriver logs, and speech logging.
Exposed at the following levels:
- Agent level.
"""

Expand Down
1 change: 1 addition & 0 deletions google/cloud/dialogflowcx_v3beta1/types/fulfillment.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class Fulfillment(proto.Message):
streaming APIs. If a webhook is specified, it
happens before Dialogflow invokes webhook.
Warning:
1) This flag only affects streaming API.
Responses are still queued and returned once in
non-streaming API.
Expand Down
1 change: 1 addition & 0 deletions google/cloud/dialogflowcx_v3beta1/types/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ class QueryParameters(proto.Message):

class QueryInput(proto.Message):
r"""Represents the query input. It can contain one of:
1. A conversational query in the form of text.
2. An intent query that specifies which intent to trigger.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dialogflow-cx",
"version": "1.25.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dialogflow-cx",
"version": "1.25.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 7ee104f

Please sign in to comment.