InterimResponseTrigger Struct
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.
Triggers that can activate interim response generation.
public readonly struct InterimResponseTrigger : IEquatable<Azure.AI.VoiceLive.InterimResponseTrigger>
type InterimResponseTrigger = struct
Public Structure InterimResponseTrigger
Implements IEquatable(Of InterimResponseTrigger)
- Inheritance
-
InterimResponseTrigger
- Implements
Constructors
| Name | Description |
|---|---|
| InterimResponseTrigger(String) |
Initializes a new instance of InterimResponseTrigger. |
Properties
| Name | Description |
|---|---|
| Latency |
Trigger interim response when response latency exceeds threshold. |
| Tool |
Trigger interim response when a tool call is being executed. |
Methods
| Name | Description |
|---|---|
| Equals(InterimResponseTrigger) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(InterimResponseTrigger, InterimResponseTrigger) |
Determines if two InterimResponseTrigger values are the same. |
| Implicit(String to InterimResponseTrigger) |
Converts a string to a InterimResponseTrigger. |
| Implicit(String to Nullable<InterimResponseTrigger>) | |
| Inequality(InterimResponseTrigger, InterimResponseTrigger) |
Determines if two InterimResponseTrigger values are not the same. |