SessionUpdateResponseOutputItemDone 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 an Item is done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled.
public class SessionUpdateResponseOutputItemDone : Azure.AI.VoiceLive.SessionUpdate, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.SessionUpdateResponseOutputItemDone>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.SessionUpdateResponseOutputItemDone>
type SessionUpdateResponseOutputItemDone = class
inherit SessionUpdate
interface IJsonModel<SessionUpdateResponseOutputItemDone>
interface IPersistableModel<SessionUpdateResponseOutputItemDone>
Public Class SessionUpdateResponseOutputItemDone
Inherits SessionUpdate
Implements IJsonModel(Of SessionUpdateResponseOutputItemDone), IPersistableModel(Of SessionUpdateResponseOutputItemDone)
- Inheritance
- Implements
Properties
EventId |
Gets the EventId. (Inherited from SessionUpdate) |
Item |
Gets the Item. |
OutputIndex |
The index of the output item in the Response. |
ResponseId |
The ID of the Response to which the item belongs. |