8000 chore: Update gapic-generator-python to v1.11.4 (#651) · googleapis/python-dialogflow@91ca9f0 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 91ca9f0

Browse files
chore: Update gapic-generator-python to v1.11.4 (#651)
* 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 b43b4c3 commit 91ca9f0

File tree

11 files changed

+59
-12
lines changed

11 files changed

+59
-12
lines changed

google/cloud/dialogflow_v2/types/context.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,23 @@ class Context(proto.Message):
9090
symbol table, dictionary, or JSON object
9191
composed of a collection of (MapKey, MapValue)
9292
pairs:
93+
9394
- MapKey type: string
9495
- MapKey value: parameter name
9596
- MapValue type:
97+
9698
- If parameter's entity type is a
9799
composite entity: map
98100
- Else: depending on parameter value type,
99101
could be one of string, number,
100102
boolean, null, list or map
101103
- MapValue value:
104+
102105
- If parameter's entity type is a
103-
composite entity: map from composite
104-
entity property names to property values
106+
composite entity:
107+
108+
map from composite entity property names
109+
to property values
105110
- Else: parameter value
106111
"""
107112

google/cloud/dialogflow_v2/types/conversation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ class LifecycleState(proto.Enum):
112112
class ConversationStage(proto.Enum):
113113
r"""Enumeration of the different conversation stages a
114114
conversation can be in. Reference:
115+
115116
https://cloud.google.com/dialogflow/priv/docs/contact-center/basics#stages
116117
117118
Values:
@@ -496,6 +497,7 @@ class Summary(proto.Message):
496497
specific format for the key or value.
497498
answer_record (str):
498499
The name of the answer record. Format:
500+
499501
"projects/<Project ID>/answerRecords/<Answer
500502
Record ID>".
501503
"""

google/cloud/dialogflow_v2/types/fulfillment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,11 @@ class Fulfillment(proto.Message):
7474
class GenericWebService(proto.Message):
7575
r"""Represents configuration for a generic web service.
7676
Dialogflow supports two mechanisms for authentications:
77+
7778
- Basic authentication with username and password.
7879
- Authentication with additional authentication headers.
7980
More information could be found at:
81+
8082
https://cloud.google.com/dialogflow/docs/fulfillment-configure.
8183
8284
Attributes:

google/cloud/dialogflow_v2/types/gcs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class GcsSources(proto.Message):
3535
uris (MutableSequence[str]):
3636
Required. Google Cloud Storage URIs for the
3737
inputs. A URI is of the form:
38+
3839
gs://bucket/object-prefix-or-name
3940
Whether a prefix or name is used depends on the
4041
use case.
@@ -53,6 +54,7 @@ class GcsDestination(proto.Message):
5354
uri (str):
5455
The Google Cloud Storage URIs for the output.
5556
A URI is of the form:
57+
5658
gs://bucket/object-prefix-or-name
5759
Whether a prefix or name is used depends on the
5860
use case. The requesting user must have

google/cloud/dialogflow_v2/types/session.py

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ class QueryParameters(proto.Message):
240240
Dialogflow console if there is a conflict.
241241
Header names are case-insensitive. Google's
242242
specified headers are not allowed. Including:
243+
243244
"Host", "Content-Length", "Connection", "From",
244245
"User-Agent", "Accept-Encoding",
245246
"If-Modified-Since", "If-None-Match",
@@ -290,6 +291,7 @@ class QueryParameters(proto.Message):
290291

291292
class QueryInput(proto.Message):
292293
r"""Represents the query input. It can contain either:
294+
293295
1. An audio config which
294296
instructs the speech recognizer how to process the speech
295297
audio.
@@ -385,18 +387,23 @@ class QueryResult(proto.Message):
385387
symbol table, dictionary, or JSON object
386388
composed of a collection of (MapKey, MapValue)
387389
pairs:
390+
388391
- MapKey type: string
389392
- MapKey value: parameter name
390393
- MapValue type:
394+
391395
- If parameter's entity type is a
392396
composite entity: map
393397
- Else: depending on parameter value type,
394398
could be one of string, number,
395399
boolean, null, list or map
396400
- MapValue value:
401+
397402
- If parameter's entity type is a
398-
composite entity: map from composite
399-
entity property names to property values
403+
composite entity:
404+
405+
map from composite entity property names
406+
to property values
400407
- Else: parameter value
401408
all_required_params_present (bool):
402409
This field is set to:
@@ -1102,18 +1109,23 @@ class EventInput(proto.Message):
11021109
symbol table, dictionary, or JSON object
11031110
composed of a collection of (MapKey, MapValue)
11041111
pairs:
1112+
11051113
- MapKey type: string
11061114
- MapKey value: parameter name
11071115
- MapValue type:
1116+
11081117
- If parameter's entity type is a
11091118
composite entity: map
11101119
- Else: depending on parameter value type,
11111120
could be one of string, number,
11121121
boolean, null, list or map
11131122
- MapValue value:
1123+
11141124
- If parameter's entity type is a
1115-
composite entity: map from composite
1116-
entity property names to property values
1125+
composite entity:
1126+
1127+
map from composite entity property names
1128+
to property values
11171129
- Else: parameter value
11181130
language_code (str):
11191131
Required. The language of this query. See `Language

google/cloud/dialogflow_v2beta1/types/context.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,23 @@ class Context(proto.Message):
9393
symbol table, dictionary, or JSON object
9494
composed of a collection of (MapKey, MapValue)
9595
pairs:
96+
9697
- MapKey type: string
9798
- MapKey value: parameter name
9899
- MapValue type:
100+
99101
- If parameter's entity type is a
100102
composite entity: map
101103
- Else: depending on parameter value type,
102104
could be one of string, number,
103105
boolean, null, list or map
104106
- MapValue value:
107+
105108
- If parameter's entity type is a
106-
composite entity: map from composite
107-
entity property names to property values
109+
composite entity:
110+
111+
map from composite entity property names
112+
to property values
108113
- Else: parameter value
109114
"""
110115

google/cloud/dialogflow_v2beta1/types/conversation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ class LifecycleState(proto.Enum):
115115
class ConversationStage(proto.Enum):
116116
r"""Enumeration of the different conversation stages a
117117
conversation can be in. Reference:
118+
118119
https://cloud.google.com/dialogflow/priv/docs/contact-center/basics#stages
119120
120121
Values:
@@ -568,6 +569,7 @@ class Summary(proto.Message):
568569
specific format for the key or value.
569570
answer_record (str):
570571
The name of the answer record. Format:
572+
571573
"projects/<Project ID>/answerRecords/<Answer
572574
Record ID>".
573575
"""

google/cloud/dialogflow_v2beta1/types/fulfillment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ class Fulfillment(proto.Message):
7373
class GenericWebService(proto.Message):
7474
r"""Represents configuration for a generic web service.
7575
Dialogflow supports two mechanisms for authentications:
76+
7677
- Basic authentication with username and password.
7778
- Authentication with additional authentication headers.
7879
More information could be found at:
80+
7981
https://cloud.google.com/dialogflow/docs/fulfillment-configure.
8082
8183
Attributes:

google/cloud/dialogflow_v2beta1/types/gcs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class GcsSources(proto.Message):
3636
uris (MutableSequence[str]):
3737
Required. Google Cloud Storage URIs for the
3838
inputs. A URI is of the form:
39+
3940
gs://bucket/object-prefix-or-name
4041
Whether a prefix or name is used depends on the
4142
use case.
@@ -54,6 +55,7 @@ class GcsSource(proto.Message):
5455
uri (str):
5556
Required. The Google Cloud Storage URIs for
5657
the inputs. A URI is of the form:
58+
5759
gs://bucket/object-prefix-or-name
5860
Whether a prefix or name is used depends on the
5961
use case.
@@ -72,6 +74,7 @@ class GcsDestination(proto.Message):
7274
uri (str):
7375
Required. The Google Cloud Storage URIs for
7476
the output. A URI is of the form:
77+
7578
gs://bucket/object-prefix-or-name
7679
Whether a prefix or name is used depends on the
7780
use case. The requesting user must have

google/cloud/dialogflow_v2beta1/types/participant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,7 @@ class AnalyzeContentRequest(proto.Message):
816816
participant.
817817
818818
Given two messages under the same participant:
819+
819820
- If send time are different regardless of
820821
whether the content of the messages are
821822
exactly the same, the conversation will regard

0 commit comments

Comments
 (0)
0