Share via


SessionUpdateResponseTextDelta Class

Definition

Returned when the text value of a "text" content part is updated.

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

Properties

ContentIndex

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

Delta

The text delta.

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.

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<SessionUpdateResponseTextDelta>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SessionUpdateResponseTextDelta>.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<SessionUpdateResponseTextDelta>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SessionUpdateResponseTextDelta>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SessionUpdateResponseTextDelta>.Write(ModelReaderWriterOptions)

Applies to