StaticInterimResponseConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration for static interim response generation. Randomly selects from configured texts when any trigger condition is met.
public class StaticInterimResponseConfig : Azure.AI.VoiceLive.InterimResponseConfigBase, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.StaticInterimResponseConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.StaticInterimResponseConfig>
type StaticInterimResponseConfig = class
inherit InterimResponseConfigBase
interface IJsonModel<StaticInterimResponseConfig>
interface IPersistableModel<StaticInterimResponseConfig>
Public Class StaticInterimResponseConfig
Inherits InterimResponseConfigBase
Implements IJsonModel(Of StaticInterimResponseConfig), IPersistableModel(Of StaticInterimResponseConfig)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| StaticInterimResponseConfig() |
Initializes a new instance of StaticInterimResponseConfig. |
Properties
| Name | Description |
|---|---|
| LatencyThresholdMs |
Latency threshold in milliseconds before triggering interim response. Default is 2000ms. (Inherited from InterimResponseConfigBase) |
| Texts |
List of interim response text options to randomly select from. |
| Triggers |
List of triggers that can fire the interim response. Any trigger can activate it (OR logic). Supported: 'latency', 'tool'. (Inherited from InterimResponseConfigBase) |