VoiceAgentSystemToolName 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.
A service-managed voice-session control action. Known values are stable; additional values may be added over time.
public readonly struct VoiceAgentSystemToolName : IEquatable<Azure.AI.Projects.Agents.VoiceAgentSystemToolName>
type VoiceAgentSystemToolName = struct
Public Structure VoiceAgentSystemToolName
Implements IEquatable(Of VoiceAgentSystemToolName)
- Inheritance
-
VoiceAgentSystemToolName
- Implements
Constructors
| Name | Description |
|---|---|
| VoiceAgentSystemToolName(String) |
Initializes a new instance of VoiceAgentSystemToolName. |
Properties
| Name | Description |
|---|---|
| EndConversation |
Ends the active conversation. |
Methods
| Name | Description |
|---|---|
| Equals(VoiceAgentSystemToolName) |
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(VoiceAgentSystemToolName, VoiceAgentSystemToolName) |
Determines if two VoiceAgentSystemToolName values are the same. |
| Implicit(String to Nullable<VoiceAgentSystemToolName>) | |
| Implicit(String to VoiceAgentSystemToolName) |
Converts a string to a VoiceAgentSystemToolName. |
| Inequality(VoiceAgentSystemToolName, VoiceAgentSystemToolName) |
Determines if two VoiceAgentSystemToolName values are not the same. |