ServerEventResponseInvocationDelta Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returned when a hosted agent invocation produces a non-speech SSE event, passed through as-is.
public class ServerEventResponseInvocationDelta : Azure.AI.VoiceLive.SessionUpdate, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.ServerEventResponseInvocationDelta>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.ServerEventResponseInvocationDelta>
type ServerEventResponseInvocationDelta = class
inherit SessionUpdate
interface IJsonModel<ServerEventResponseInvocationDelta>
interface IPersistableModel<ServerEventResponseInvocationDelta>
Public Class ServerEventResponseInvocationDelta
Inherits SessionUpdate
Implements IJsonModel(Of ServerEventResponseInvocationDelta), IPersistableModel(Of ServerEventResponseInvocationDelta)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Delta |
The raw event data from the hosted agent invocation. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| EventId |
Gets the EventId. (Inherited from SessionUpdate) |