ServerEventResponseFileSearchCallInProgress Class

Definition

Returned when a file search call is in progress.

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

Properties

Name Description
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.

SequenceNumber

The sequence number of the file search call.

Methods

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

Explicit Interface Implementations

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

Applies to