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
The speed of the model's spoken response. 1.0 is the default speed. 0.25 is the minimum speed. 1.5 is the maximum speed.
279
+
280
+
```yaml
281
+
Type: Double
282
+
Required: False
283
+
Position: Named
284
+
```
285
+
286
+
### -Tracing
287
+
Configuration options for tracing. Set to null to disable tracing. Once tracing is enabled for a session, the configuration cannot be modified. `auto` will create a trace for the session with default settings.
288
+
289
+
```yaml
290
+
Type: String
291
+
Required: False
292
+
Position: Named
293
+
```
294
+
295
+
### -TracingGroupId
296
+
The group id to attach to this trace to enable filtering and grouping in the traces dashboard.
297
+
298
+
```yaml
299
+
Type: String
300
+
Required: False
301
+
Position: Named
302
+
```
303
+
304
+
### -TracingMetadata
305
+
The arbitrary metadata to attach to this trace to enable filtering in the traces dashboard.
306
+
307
+
```yaml
308
+
Type: IDictionary
309
+
Required: False
310
+
Position: Named
311
+
```
312
+
313
+
### -TracingWorkflowName
314
+
The name of the workflow to attach to this trace. This is used to name the trace in the traces dashboard.
<maml:para>Configuration options for tracing. Set to null to disable tracing. Once tracing is enabled for a session, the configuration cannot be modified. `auto` will create a trace for the session with default settings.</maml:para>
<maml:para>Configuration options for tracing. Set to null to disable tracing. Once tracing is enabled for a session, the configuration cannot be modified. `auto` will create a trace for the session with default settings.</maml:para>
0 commit comments