다음을 통해 공유


SessionUpdateResponseTextDone Class

Definition

Returned when the text value of a "text" content part is done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled.

public class SessionUpdateResponseTextDone : Azure.AI.VoiceLive.SessionUpdate, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.SessionUpdateResponseTextDone>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.SessionUpdateResponseTextDone>
type SessionUpdateResponseTextDone = class
    inherit SessionUpdate
    interface IJsonModel<SessionUpdateResponseTextDone>
    interface IPersistableModel<SessionUpdateResponseTextDone>
Public Class SessionUpdateResponseTextDone
Inherits SessionUpdate
Implements IJsonModel(Of SessionUpdateResponseTextDone), IPersistableModel(Of SessionUpdateResponseTextDone)
Inheritance
SessionUpdateResponseTextDone
Implements

Properties

ContentIndex

The index of the content part in the item's content array.

EventId

Gets the EventId.

(Inherited from SessionUpdate)
ItemId

The ID of the item.

OutputIndex

The index of the output item in the response.

ResponseId

The ID of the response.

Text

The final text content.

Methods

JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SessionUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from SessionUpdate)
IJsonModel<SessionUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from SessionUpdate)
IJsonModel<SessionUpdateResponseTextDone>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SessionUpdateResponseTextDone>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<SessionUpdate>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from SessionUpdate)
IPersistableModel<SessionUpdate>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from SessionUpdate)
IPersistableModel<SessionUpdate>.Write(ModelReaderWriterOptions) (Inherited from SessionUpdate)
IPersistableModel<SessionUpdateResponseTextDone>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SessionUpdateResponseTextDone>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SessionUpdateResponseTextDone>.Write(ModelReaderWriterOptions)

Applies to