Sprog

ServerEventResponseWebSearchCallInProgress Class

Definition

Returned when a web search call is in progress.

public class ServerEventResponseWebSearchCallInProgress : Azure.AI.VoiceLive.SessionUpdate, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.ServerEventResponseWebSearchCallInProgress>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.ServerEventResponseWebSearchCallInProgress>
type ServerEventResponseWebSearchCallInProgress = class
    inherit SessionUpdate
    interface IJsonModel<ServerEventResponseWebSearchCallInProgress>
    interface IPersistableModel<ServerEventResponseWebSearchCallInProgress>
Public Class ServerEventResponseWebSearchCallInProgress
Inherits SessionUpdate
Implements IJsonModel(Of ServerEventResponseWebSearchCallInProgress), IPersistableModel(Of ServerEventResponseWebSearchCallInProgress)
Inheritance
ServerEventResponseWebSearchCallInProgress
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 web search call.

Methods

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

Explicit Interface Implementations

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