Skip to content

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: googleapis/googleapis-gen@45e0ec4
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 5f98afc commit 045b71c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 2 deletions.
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
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
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 @@ -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
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
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 045b71c

Please sign in to comment.