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

Commit 7ee104f

Browse files
chore: Update gapic-generator-python to v1.11.4 (#537)
* 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>
1 parent 414efc0 commit 7ee104f

File tree

8 files changed

+10
-2
lines changed

8 files changed

+10
-2
lines changed

google/cloud/dialogflowcx_v3/types/advanced_settings.py

+2
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,15 @@ class AdvancedSettings(proto.Message):
5050
Dialogflow to the configured Google Cloud
5151
Storage destination. Exposed at the following
5252
levels:
53+
5354
- Agent level
5455
- Flow level
5556
logging_settings (google.cloud.dialogflowcx_v3.types.AdvancedSettings.LoggingSettings):
5657
Settings for logging.
5758
Settings for Dialogflow History, Contact Center
5859
messages, StackDriver logs, and speech logging.
5960
Exposed at the following levels:
61+
6062
- Agent level.
6163
"""
6264

google/cloud/dialogflowcx_v3/types/fulfillment.py

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class Fulfillment(proto.Message):
6565
streaming APIs. If a webhook is specified, it
6666
happens before Dialogflow invokes webhook.
6767
Warning:
68+
6869
1) This flag only affects streaming API.
6970
Responses are still queued and returned once in
7071
non-streaming API.

google/cloud/dialogflowcx_v3/types/session.py

+1
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ class QueryParameters(proto.Message):
847847

848848
class QueryInput(proto.Message):
849849
r"""Represents the query input. It can contain one of:
850+
850851
1. A conversational query in the form of text.
851852
852853
2. An intent query that specifies which intent to trigger.

google/cloud/dialogflowcx_v3beta1/types/advanced_settings.py

+2
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,15 @@ class AdvancedSettings(proto.Message):
5050
Dialogflow to the configured Google Cloud
5151
Storage destination. Exposed at the following
5252
levels:
53+
5354
- Agent level
5455
- Flow level
5556
logging_settings (google.cloud.dialogflowcx_v3beta1.types.AdvancedSettings.LoggingSettings):
5657
Settings for logging.
5758
Settings for Dialogflow History, Contact Center
5859
messages, StackDriver logs, and speech logging.
5960
Exposed at the following levels:
61+
6062
- Agent level.
6163
"""
6264

google/cloud/dialogflowcx_v3beta1/types/fulfillment.py

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class Fulfillment(proto.Message):
6565
streaming APIs. If a webhook is specified, it
6666
happens before Dialogflow invokes webhook.
6767
Warning:
68+
6869
1) This flag only affects streaming API.
6970
Responses are still queued and returned once in
7071
non-streaming API.

google/cloud/dialogflowcx_v3beta1/types/session.py

+1
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ class QueryParameters(proto.Message):
847847

848848
class QueryInput(proto.Message):
849849
r"""Represents the query input. It can contain one of:
850+
850851
1. A conversational query in the form of text.
851852
852853
2. An intent query that specifies which intent to trigger.

samples/generated_samples/snippet_metadata_google.cloud.dialogflow.cx.v3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dialogflow-cx",
11-
"version": "1.25.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.dialogflow.cx.v3beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dialogflow-cx",
11-
"version": "1.25.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)