Share via


SessionUpdateResponseAnimationVisemeDone Class

Definition

Indicates completion of viseme animation delivery for a response.

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

Properties

Name Description
ContentIndex

Gets the ContentIndex.

EventId

Gets the EventId.

(Inherited from SessionUpdate)
ItemId

Gets the ItemId.

OutputIndex

Gets the OutputIndex.

ResponseId

Gets the ResponseId.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<SessionUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from SessionUpdate)
IJsonModel<SessionUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from SessionUpdate)
IJsonModel<SessionUpdateResponseAnimationVisemeDone>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SessionUpdateResponseAnimationVisemeDone>.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<SessionUpdateResponseAnimationVisemeDone>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SessionUpdateResponseAnimationVisemeDone>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SessionUpdateResponseAnimationVisemeDone>.Write(ModelReaderWriterOptions)

Applies to