Skip to content

Commit

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

PiperOrigin-RevId: 546899192

Source-Link: googleapis/googleapis@e6b1691

Source-Link: googleapis/googleapis-gen@0b3917c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzOTE3YzQyMWNiZGE3ZmNiNjcwOTJlMTZjMzNmM2VhNDZmNGJjNyJ9

* 🦉 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 10, 2023
1 parent 7fc585b commit 6b4a165
Show file tree
Hide file tree
Showing 14 changed files with 85 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ async def sample_detect_intent():
query_input (:class:`google.cloud.dialogflow_v2.types.QueryInput`):
Required. The input specification. It
can be set to:
1. an audio config
which instructs the speech
recognizer how to process the speech
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ def sample_detect_intent():
query_input (google.cloud.dialogflow_v2.types.QueryInput):
Required. The input specification. It
can be set to:
1. an audio config
which instructs the speech
recognizer how to process the speech
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ class Context(proto.Message):
- MapKey value: parameter name
- MapValue type:
- If parameter's entity type is a
composite entity: map - Else: depending on
parameter value type, could be one of string,
number, boolean, null, list or map
composite entity: map
- Else: depending on parameter value type,
could be one of string, number,
boolean, null, list or map
- MapValue value:
- If parameter's entity type is a
composite entity: map from composite
entity property names to property values -
Else: parameter value
composite entity: map from composite
entity property names to property values
- Else: parameter value
"""

name: str = proto.Field(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ class GcsSources(proto.Message):
uris (MutableSequence[str]):
Required. Google Cloud Storage URIs for the
inputs. A URI is of the form:
gs://bucket/object-prefix-or-name Whether a
prefix or name is used depends on the use case.
gs://bucket/object-prefix-or-name
Whether a prefix or name is used depends on the
use case.
"""

uris: MutableSequence[str] = proto.RepeatedField(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class DetectIntentRequest(proto.Message):
query_input (google.cloud.dialogflow_v2.types.QueryInput):
Required. The input specification. It can be
set to:
1. an audio config
which instructs the speech recognizer how to
process the speech audio,
Expand Down Expand Up @@ -388,14 +389,15 @@ class QueryResult(proto.Message):
- MapKey value: parameter name
- MapValue type:
- If parameter's entity type is a
composite entity: map - Else: depending on
parameter value type, could be one of string,
number, boolean, null, list or map
composite entity: map
- Else: depending on parameter value type,
could be one of string, number,
boolean, null, list or map
- MapValue value:
- If parameter's entity type is a
composite entity: map from composite
entity property names to property values -
Else: parameter value
composite entity: map from composite
entity property names to property values
- Else: parameter value
all_required_params_present (bool):
This field is set to:
Expand Down Expand Up @@ -601,6 +603,7 @@ class StreamingDetectIntentRequest(proto.Message):
query_input (google.cloud.dialogflow_v2.types.QueryInput):
Required. The input specification. It can be
set to:
1. an audio config which instructs the speech
recognizer how to process the speech audio,
Expand Down Expand Up @@ -1103,14 +1106,15 @@ class EventInput(proto.Message):
- MapKey value: parameter name
- MapValue type:
- If parameter's entity type is a
composite entity: map - Else: depending on
parameter value type, could be one of string,
number, boolean, null, list or map
composite entity: map
- Else: depending on parameter value type,
could be one of string, number,
boolean, null, list or map
- MapValue value:
- If parameter's entity type is a
composite entity: map from composite
entity property names to property values -
Else: parameter value
composite entity: map from composite
entity property names to property values
- Else: parameter value
language_code (str):
Required. The language of this query. See `Language
Support <https://cloud.google.com/dialogflow/docs/reference/language>`__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ class ValidationError(proto.Message):
associated with. Format:
- "projects/<Project ID>/agent", if the error is
associated with the entire agent.
associated with the entire agent.
- "projects/<Project ID>/agent/intents/<Intent
ID>", if the error is associated with certain
intents.
ID>", if the error is associated with certain
intents.
- "projects/<Project
ID>/agent/intents/<Intent
Id>/trainingPhrases/<Training Phrase ID>", if
the error is associated with certain intent
training phrases. - "projects/<Project
ID>/agent/intents/<Intent
Id>/parameters/<Parameter ID>", if the error is
associated with certain intent parameters. -
"projects/<Project ID>/agent/entities/<Entity
ID>", if the error is associated with certain
entities.
training phrases.
- "projects/<Project ID>/agent/intents/<Intent
Id>/parameters/<Parameter ID>", if the error
is associated with certain intent parameters.
- "projects/<Project ID>/agent/entities/<Entity
ID>", if the error is associated with certain
entities.
error_message (str):
The detailed error message.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ async def sample_detect_intent():
query_input (:class:`google.cloud.dialogflow_v2beta1.types.QueryInput`):
Required. The input specification. It
can be set to:
1. an audio config
which instructs the speech
recognizer how to process the speech
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ def sample_detect_intent():
query_input (google.cloud.dialogflow_v2beta1.types.QueryInput):
Required. The input specification. It
can be set to:
1. an audio config
which instructs the speech
recognizer how to process the speech
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,15 @@ class Context(proto.Message):
- MapKey value: parameter name
- MapValue type:
- If parameter's entity type is a
composite entity: map - Else: depending on
parameter value type, could be one of string,
number, boolean, null, list or map
composite entity: map
- Else: depending on parameter value type,
could be one of string, number,
boolean, null, list or map
- MapValue value:
- If parameter's entity type is a
composite entity: map from composite
entity property names to property values -
Else: parameter value
composite entity: map from composite
entity property names to property values
- Else: parameter value
"""

name: str = proto.Field(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -816,14 +816,16 @@ class AnalyzeContentRequest(proto.Message):
participant.
Given two messages under the same participant:
- If send time are different regardless of
whether the content of the messages are exactly
the same, the conversation will regard them as
two distinct messages sent by the participant.
- If send time is the same regardless of whether
the content of the messages are exactly the
same, the conversation will regard them as same
message, and ignore the message received later.
- If send time are different regardless of
whether the content of the messages are
exactly the same, the conversation will regard
them as two distinct messages sent by the
participant.
- If send time is the same regardless of
whether the content of the messages are
exactly the same, the conversation will regard
them as same message, and ignore the message
received later.
If the value is not provided, a new request will
always be regarded as a new message without any
de-duplication.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class DetectIntentRequest(proto.Message):
query_input (google.cloud.dialogflow_v2beta1.types.QueryInput):
Required. The input specification. It can be
set to:
1. an audio config
which instructs the speech recognizer how to
process the speech audio,
Expand Down Expand Up @@ -440,14 +441,15 @@ class QueryResult(proto.Message):
- MapKey value: parameter name
- MapValue type:
- If parameter's entity type is a
composite entity: map - Else: depending on
parameter value type, could be one of string,
number, boolean, null, list or map
composite entity: map
- Else: depending on parameter value type,
could be one of string, number,
boolean, null, list or map
- MapValue value:
- If parameter's entity type is a
composite entity: map from composite
entity property names to property values -
Else: parameter value
composite entity: map from composite
entity property names to property values
- Else: parameter value
all_required_params_present (bool):
This field is set to:
Expand Down Expand Up @@ -759,6 +761,7 @@ class StreamingDetectIntentRequest(proto.Message):
query_input (google.cloud.dialogflow_v2beta1.types.QueryInput):
Required. The input specification. It can be
set to:
1. an audio config which instructs the speech
recognizer how to process the speech audio,
Expand Down Expand Up @@ -1311,14 +1314,15 @@ class EventInput(proto.Message):
- MapKey value: parameter name
- MapValue type:
- If parameter's entity type is a
composite entity: map - Else: depending on
parameter value type, could be one of string,
number, boolean, null, list or map
composite entity: map
- Else: depending on parameter value type,
could be one of string, number,
boolean, null, list or map
- MapValue value:
- If parameter's entity type is a
composite entity: map from composite
entity property names to property values -
Else: parameter value
composite entity: map from composite
entity property names to property values
- Else: parameter value
language_code (str):
Required. The language of this query. See `Language
Support <https://cloud.google.com/dialogflow/docs/reference/language>`__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ class ValidationError(proto.Message):
associated with. Format:
- "projects/<Project ID>/agent", if the error is
associated with the entire agent.
associated with the entire agent.
- "projects/<Project ID>/agent/intents/<Intent
ID>", if the error is associated with certain
intents.
ID>", if the error is associated with certain
intents.
- "projects/<Project
ID>/agent/intents/<Intent
Id>/trainingPhrases/<Training Phrase ID>", if
the error is associated with certain intent
training phrases. - "projects/<Project
ID>/agent/intents/<Intent
Id>/parameters/<Parameter ID>", if the error is
associated with certain intent parameters. -
"projects/<Project ID>/agent/entities/<Entity
ID>", if the error is associated with certain
entities.
training phrases.
- "projects/<Project ID>/agent/intents/<Intent
Id>/parameters/<Parameter ID>", if the error
is associated with certain intent parameters.
- "projects/<Project ID>/agent/entities/<Entity
ID>", if the error is associated with certain
entities.
error_message (str):
The detailed error message.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dialogflow",
"version": "2.23.2"
"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",
"version": "2.23.2"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 6b4a165

Please sign in to comment.