RealtimeClientEventType 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.
public readonly struct RealtimeClientEventType : IEquatable<OpenAI.RealtimeClientEventType>
type RealtimeClientEventType = struct
Public Structure RealtimeClientEventType
Implements IEquatable(Of RealtimeClientEventType)
- Inheritance
-
RealtimeClientEventType
- Implements
Constructors
| Name | Description |
|---|---|
| RealtimeClientEventType(String) |
Initializes a new instance of RealtimeClientEventType. |
Properties
| Name | Description |
|---|---|
| ConversationItemCreate |
Gets the ConversationItemCreate. |
| ConversationItemDelete |
Gets the ConversationItemDelete. |
| ConversationItemRetrieve |
Gets the ConversationItemRetrieve. |
| ConversationItemTruncate |
Gets the ConversationItemTruncate. |
| InputAudioBufferAppend |
Gets the InputAudioBufferAppend. |
| InputAudioBufferClear |
Gets the InputAudioBufferClear. |
| InputAudioBufferCommit |
Gets the InputAudioBufferCommit. |
| OutputAudioBufferClear |
Gets the OutputAudioBufferClear. |
| ResponseCancel |
Gets the ResponseCancel. |
| ResponseCreate |
Gets the ResponseCreate. |
| RtcCallSdpCreate |
Gets the RtcCallSdpCreate. |
| SessionAvatarConnect |
Gets the SessionAvatarConnect. |
| SessionUpdate |
Gets the SessionUpdate. |
Methods
| Name | Description |
|---|---|
| Equals(RealtimeClientEventType) |
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(RealtimeClientEventType, RealtimeClientEventType) |
Determines if two RealtimeClientEventType values are the same. |
| Implicit(String to Nullable<RealtimeClientEventType>) | |
| Implicit(String to RealtimeClientEventType) |
Converts a string to a RealtimeClientEventType. |
| Inequality(RealtimeClientEventType, RealtimeClientEventType) |
Determines if two RealtimeClientEventType values are not the same. |