Language

VoiceAgentSystemToolName Struct

Definition

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.

Applies to