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

Commit

Permalink
feat: Added persist_parameter_changes field from query_params to Ma…
Browse files Browse the repository at this point in the history
…tchIntentRequest (#502)

* feat: Added persist_parameter_changes field from `query_params` to MatchIntentRequest

PiperOrigin-RevId: 512734924

Source-Link: googleapis/googleapis@7483cdc

Source-Link: googleapis/googleapis-gen@86f1d59
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODZmMWQ1OWE3NDllODA3NWIzNDVjZTE1NzMwMDE5ZGQxNTI4ZjI4OCJ9

feat: Support REST transport

PiperOrigin-RevId: 511900156

Source-Link: googleapis/googleapis@8310e03

Source-Link: googleapis/googleapis-gen@13b8eb1
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTNiOGViMTZiZGI5OGE5YTcxZWE0MjE3MTBkZDE3YzQzODM0MzMwMCJ9

chore: Update gapic-generator-python to v1.8.5

PiperOrigin-RevId: 511892190

Source-Link: googleapis/googleapis@a45d9c0

Source-Link: googleapis/googleapis-gen@1907294
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTkwNzI5NGIxZDgzNjVlYTI0ZjhjNWYyZTA1OWE2NDEyNGM0ZWQzYiJ9

feat: added gcs.proto. added support for GcsDestination and TextToSpeechSettings
feat!: Remove [REQUIRED] for VersionConfig
docs: add more meaningful comments

PiperOrigin-RevId: 511306725

Source-Link: googleapis/googleapis@57673de

Source-Link: googleapis/googleapis-gen@9adddda
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWFkZGRkYTI2OGUxYjEzMWQ2ZGZjYjkzNGY4YjM0Zjc4NDg5YmYwOCJ9

feat: added gcs.proto. added support for GcsDestination and TextToSpeechSettings. feat!: Remove [REQUIRED] for VersionConfig
docs: add more meaningful comments

PiperOrigin-RevId: 510257108

Source-Link: googleapis/googleapis@140334b

Source-Link: googleapis/googleapis-gen@88ee501
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODhlZTUwMTU2NjdkNzE2NDJlOGU5Y2Y5YzZlNjA1YTM4MmVlMzk0YyJ9

feat: enable "rest" transport in Python for services supporting numeric enums

PiperOrigin-RevId: 508143576

Source-Link: googleapis/googleapis@7a702a9

Source-Link: googleapis/googleapis-gen@6ad1279
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmFkMTI3OWMwZTdhYTc4N2FjNmI2NmM5ZmQ0YTIxMDY5MmVkZmZjZCJ9

* 🦉 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] committed Feb 28, 2023
1 parent 199a9e6 commit acfd1a1
Show file tree
Hide file tree
Showing 196 changed files with 123,659 additions and 3,557 deletions.
Binary file modified dialogflow-cx-v3-py.tar.gz
Binary file not shown.
Binary file modified dialogflow-cx-v3beta1-py.tar.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions google/cloud/dialogflowcx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
from google.cloud.dialogflowcx_v3.types.audio_config import OutputAudioConfig
from google.cloud.dialogflowcx_v3.types.audio_config import SpeechWordInfo
from google.cloud.dialogflowcx_v3.types.audio_config import SynthesizeSpeechConfig
from google.cloud.dialogflowcx_v3.types.audio_config import TextToSpeechSettings
from google.cloud.dialogflowcx_v3.types.audio_config import VoiceSelectionParams
from google.cloud.dialogflowcx_v3.types.audio_config import AudioEncoding
from google.cloud.dialogflowcx_v3.types.audio_config import OutputAudioEncoding
Expand Down Expand Up @@ -178,6 +179,7 @@
from google.cloud.dialogflowcx_v3.types.flow import UpdateFlowRequest
from google.cloud.dialogflowcx_v3.types.flow import ValidateFlowRequest
from google.cloud.dialogflowcx_v3.types.fulfillment import Fulfillment
from google.cloud.dialogflowcx_v3.types.gcs import GcsDestination
from google.cloud.dialogflowcx_v3.types.intent import CreateIntentRequest
from google.cloud.dialogflowcx_v3.types.intent import DeleteIntentRequest
from google.cloud.dialogflowcx_v3.types.intent import GetIntentRequest
Expand Down Expand Up @@ -386,6 +388,7 @@
"OutputAudioConfig",
"SpeechWordInfo",
"SynthesizeSpeechConfig",
"TextToSpeechSettings",
"VoiceSelectionParams",
"AudioEncoding",
"OutputAudioEncoding",
Expand Down Expand Up @@ -454,6 +457,7 @@
"UpdateFlowRequest",
"ValidateFlowRequest",
"Fulfillment",
"GcsDestination",
"CreateIntentRequest",
"DeleteIntentRequest",
"GetIntentRequest",
Expand Down
4 changes: 4 additions & 0 deletions google/cloud/dialogflowcx_v3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
from .types.audio_config import OutputAudioConfig
from .types.audio_config import SpeechWordInfo
from .types.audio_config import SynthesizeSpeechConfig
from .types.audio_config import TextToSpeechSettings
from .types.audio_config import VoiceSelectionParams
from .types.audio_config import AudioEncoding
from .types.audio_config import OutputAudioEncoding
Expand Down Expand Up @@ -138,6 +139,7 @@
from .types.flow import UpdateFlowRequest
from .types.flow import ValidateFlowRequest
from .types.fulfillment import Fulfillment
from .types.gcs import GcsDestination
from .types.intent import CreateIntentRequest
from .types.intent import DeleteIntentRequest
from .types.intent import GetIntentRequest
Expand Down Expand Up @@ -347,6 +349,7 @@
"FulfillIntentRequest",
"FulfillIntentResponse",
"Fulfillment",
"GcsDestination",
"GetAgentRequest",
"GetAgentValidationResultRequest",
"GetChangelogRequest",
Expand Down Expand Up @@ -462,6 +465,7 @@
"TestResult",
"TestRunDifference",
"TextInput",
"TextToSpeechSettings",
"TrainFlowRequest",
"TransitionCoverage",
"TransitionRoute",
Expand Down
Loading

0 comments on commit acfd1a1

Please sign in to comment.