You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google/services/dialogflowcx/resource_dialogflow_cx_agent.go
+75Lines changed: 75 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,22 @@ A duration in seconds with up to nine fractional digits, ending with 's'. Exampl
231
231
Deprecated: "`enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.",
232
232
Description: `Determines whether this agent should log conversation queries.`,
@@ -190,6 +193,11 @@ The following arguments are supported:
190
193
Settings related to speech synthesizing.
191
194
Structure is [documented below](#nested_text_to_speech_settings).
192
195
196
+
*`gen_app_builder_settings` -
197
+
(Optional)
198
+
Gen App Builder-related agent-level settings.
199
+
Structure is [documented below](#nested_gen_app_builder_settings).
200
+
193
201
*`project` - (Optional) The ID of the project in which the resource belongs.
194
202
If it is not provided, the provider project is used.
195
203
@@ -329,6 +337,13 @@ The following arguments are supported:
329
337
* The phone gateway synthesize configuration set via Agent.text_to_speech_settings.
330
338
* How speech is synthesized when invoking session APIs. `Agent.text_to_speech_settings` only applies if `OutputAudioConfig.synthesize_speech_config` is not specified.
0 commit comments