Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d8d04b1

Browse files
committedApr 22, 2025
feat(dialogflow): update the api
#### dialogflow:v2beta1 The following keys were added: - schemas.GoogleCloudDialogflowV2beta1CustomPronunciationParams (Total Keys: 5) - schemas.GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig.properties.pronunciations (Total Keys: 2) #### dialogflow:v3beta1 The following keys were added: - resources.projects.resources.locations.resources.agents.resources.playbooks.methods.export (Total Keys: 12) - resources.projects.resources.locations.resources.agents.resources.playbooks.methods.import (Total Keys: 12) - resources.projects.resources.locations.resources.agents.resources.playbooks.resources.versions.methods.restore (Total Keys: 12) - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.completeTime (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.displayName (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.flowStateUpdate (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.intentMatch (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.llmCall (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.startTime (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.status (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.stt.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.subExecutionSteps (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.tts.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdate (Total Keys: 16) - schemas.GoogleCloudDialogflowCxV3beta1ActionIntentMatch (Total Keys: 12) - schemas.GoogleCloudDialogflowCxV3beta1ActionSTT (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1ActionTTS (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1AgentUtterance.properties.requireGeneration.type (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1Event.properties.text.type (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1Exception (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest (Total Keys: 4) - schemas.GoogleCloudDialogflowCxV3beta1FlowTransition.properties.inputActionParameters (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest (Total Keys: 6) - schemas.GoogleCloudDialogflowCxV3beta1LlmCall (Total Keys: 24) - schemas.GoogleCloudDialogflowCxV3beta1NamedMetric (Total Keys: 5) - schemas.GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy (Total Keys: 5) - schemas.GoogleCloudDialogflowCxV3beta1PlaybookOutput.properties.state (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1PlaybookTransition.properties.inputActionParameters (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1Span (Total Keys: 11) - schemas.GoogleCloudDialogflowCxV3beta1Status (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1ToolUse.properties.dataStoreToolTrace.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1ToolUse.properties.webhookToolTrace.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1ToolUseDataStoreToolTrace (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace (Total Keys: 4) - schemas.GoogleCloudDialogflowCxV3beta1UserUtterance.properties.audio (Total Keys: 5)
1 parent daa8f76 commit d8d04b1

22 files changed

+4404
-75
lines changed
 

‎docs/dyn/dialogflow_v2beta1.projects.agent.environments.html

+42
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@ <h3>Method Details</h3>
160160
&quot;A String&quot;,
161161
],
162162
&quot;pitch&quot;: 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
163+
&quot;pronunciations&quot;: [ # Optional. The custom pronunciations for the synthesized audio.
164+
{ # Pronunciation customization for a phrase.
165+
&quot;phoneticEncoding&quot;: &quot;A String&quot;, # The phonetic encoding of the phrase.
166+
&quot;phrase&quot;: &quot;A String&quot;, # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn&#x27;t span the length of the sentence.
167+
&quot;pronunciation&quot;: &quot;A String&quot;, # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
168+
},
169+
],
163170
&quot;speakingRate&quot;: 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error.
164171
&quot;voice&quot;: { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
165172
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -215,6 +222,13 @@ <h3>Method Details</h3>
215222
&quot;A String&quot;,
216223
],
217224
&quot;pitch&quot;: 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
225+
&quot;pronunciations&quot;: [ # Optional. The custom pronunciations for the synthesized audio.
226+
{ # Pronunciation customization for a phrase.
227+
&quot;phoneticEncoding&quot;: &quot;A String&quot;, # The phonetic encoding of the phrase.
228+
&quot;phrase&quot;: &quot;A String&quot;, # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn&#x27;t span the length of the sentence.
229+
&quot;pronunciation&quot;: &quot;A String&quot;, # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
230+
},
231+
],
218232
&quot;speakingRate&quot;: 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error.
219233
&quot;voice&quot;: { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
220234
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -294,6 +308,13 @@ <h3>Method Details</h3>
294308
&quot;A String&quot;,
295309
],
296310
&quot;pitch&quot;: 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
311+
&quot;pronunciations&quot;: [ # Optional. The custom pronunciations for the synthesized audio.
312+
{ # Pronunciation customization for a phrase.
313+
&quot;phoneticEncoding&quot;: &quot;A String&quot;, # The phonetic encoding of the phrase.
314+
&quot;phrase&quot;: &quot;A String&quot;, # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn&#x27;t span the length of the sentence.
315+
&quot;pronunciation&quot;: &quot;A String&quot;, # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
316+
},
317+
],
297318
&quot;speakingRate&quot;: 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error.
298319
&quot;voice&quot;: { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
299320
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -402,6 +423,13 @@ <h3>Method Details</h3>
402423
&quot;A String&quot;,
403424
],
404425
&quot;pitch&quot;: 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
426+
&quot;pronunciations&quot;: [ # Optional. The custom pronunciations for the synthesized audio.
427+
{ # Pronunciation customization for a phrase.
428+
&quot;phoneticEncoding&quot;: &quot;A String&quot;, # The phonetic encoding of the phrase.
429+
&quot;phrase&quot;: &quot;A String&quot;, # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn&#x27;t span the length of the sentence.
430+
&quot;pronunciation&quot;: &quot;A String&quot;, # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
431+
},
432+
],
405433
&quot;speakingRate&quot;: 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error.
406434
&quot;voice&quot;: { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
407435
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -475,6 +503,13 @@ <h3>Method Details</h3>
475503
&quot;A String&quot;,
476504
],
477505
&quot;pitch&quot;: 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
506+
&quot;pronunciations&quot;: [ # Optional. The custom pronunciations for the synthesized audio.
507+
{ # Pronunciation customization for a phrase.
508+
&quot;phoneticEncoding&quot;: &quot;A String&quot;, # The phonetic encoding of the phrase.
509+
&quot;phrase&quot;: &quot;A String&quot;, # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn&#x27;t span the length of the sentence.
510+
&quot;pronunciation&quot;: &quot;A String&quot;, # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
511+
},
512+
],
478513
&quot;speakingRate&quot;: 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error.
479514
&quot;voice&quot;: { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
480515
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -531,6 +566,13 @@ <h3>Method Details</h3>
531566
&quot;A String&quot;,
532567
],
533568
&quot;pitch&quot;: 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
569+
&quot;pronunciations&quot;: [ # Optional. The custom pronunciations for the synthesized audio.
570+
{ # Pronunciation customization for a phrase.
571+
&quot;phoneticEncoding&quot;: &quot;A String&quot;, # The phonetic encoding of the phrase.
572+
&quot;phrase&quot;: &quot;A String&quot;, # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn&#x27;t span the length of the sentence.
573+
&quot;pronunciation&quot;: &quot;A String&quot;, # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
574+
},
575+
],
534576
&quot;speakingRate&quot;: 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error.
535577
&quot;voice&quot;: { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
536578
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).

‎docs/dyn/dialogflow_v2beta1.projects.agent.environments.users.sessions.html

+14
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ <h3>Method Details</h3>
136136
&quot;A String&quot;,
137137
],
138138
&quot;pitch&quot;: 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
139+
&quot;pronunciations&quot;: [ # Optional. The custom pronunciations for the synthesized audio.
140+
{ # Pronunciation customization for a phrase.
141+
&quot;phoneticEncoding&quot;: &quot;A String&quot;, # The phonetic encoding of the phrase.
142+
&quot;phrase&quot;: &quot;A String&quot;, # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn&#x27;t span the length of the sentence.
143+
&quot;pronunciation&quot;: &quot;A String&quot;, # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
144+
},
145+
],
139146
&quot;speakingRate&quot;: 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error.
140147
&quot;voice&quot;: { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
141148
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -934,6 +941,13 @@ <h3>Method Details</h3>
934941
&quot;A String&quot;,
935942
],
936943
&quot;pitch&quot;: 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
944+
&quot;pronunciations&quot;: [ # Optional. The custom pronunciations for the synthesized audio.
945+
{ # Pronunciation customization for a phrase.
946+
&quot;phoneticEncoding&quot;: &quot;A String&quot;, # The phonetic encoding of the phrase.
947+
&quot;phrase&quot;: &quot;A String&quot;, # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn&#x27;t span the length of the sentence.
948+
&quot;pronunciation&quot;: &quot;A String&quot;, # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
949+
},
950+
],
937951
&quot;speakingRate&quot;: 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error.
938952
&quot;voice&quot;: { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
939953
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).

‎docs/dyn/dialogflow_v2beta1.projects.agent.sessions.html

+14
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ <h3>Method Details</h3>
136136
&quot;A String&quot;,
137137
],
138138
&quot;pitch&quot;: 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
139+
&quot;pronunciations&quot;: [ # Optional. The custom pronunciations for the synthesized audio.
140+
{ # Pronunciation customization for a phrase.
141+
&quot;phoneticEncoding&quot;: &quot;A String&quot;, # The phonetic encoding of the phrase.
142+
&quot;phrase&quot;: &quot;A String&quot;, # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn&#x27;t span the length of the sentence.
143+
&quot;pronunciation&quot;: &quot;A String&quot;, # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
144+
},
145+
],
139146
&quot;speakingRate&quot;: 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error.
140147
&quot;voice&quot;: { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
141148
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -934,6 +941,13 @@ <h3>Method Details</h3>
934941
&quot;A String&quot;,
935942
],
936943
&quot;pitch&quot;: 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
944+
&quot;pronunciations&quot;: [ # Optional. The custom pronunciations for the synthesized audio.
945+
{ # Pronunciation customization for a phrase.
946+
&quot;phoneticEncoding&quot;: &quot;A String&quot;, # The phonetic encoding of the phrase.
947+
&quot;phrase&quot;: &quot;A String&quot;, # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn&#x27;t span the length of the sentence.
948+
&quot;pronunciation&quot;: &quot;A String&quot;, # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
949+
},
950+
],
937951
&quot;speakingRate&quot;: 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values &lt; 0.25 or &gt; 4.0 will return an error.
938952
&quot;voice&quot;: { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
939953
&quot;name&quot;: &quot;A String&quot;, # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).

0 commit comments

Comments
 (0)
Please sign in to comment.