SessionUpdateResponseContentPartDone 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 content part is done streaming in an assistant message item. Also emitted when a Response is interrupted, incomplete, or cancelled.
public class SessionUpdateResponseContentPartDone : Azure.AI.VoiceLive.SessionUpdate, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.SessionUpdateResponseContentPartDone>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.SessionUpdateResponseContentPartDone>
type SessionUpdateResponseContentPartDone = class
inherit SessionUpdate
interface IJsonModel<SessionUpdateResponseContentPartDone>
interface IPersistableModel<SessionUpdateResponseContentPartDone>
Public Class SessionUpdateResponseContentPartDone
Inherits SessionUpdate
Implements IJsonModel(Of SessionUpdateResponseContentPartDone), IPersistableModel(Of SessionUpdateResponseContentPartDone)
- Inheritance
- Implements
Properties
ContentIndex |
The index of the content part in the item's content array. |
EventId |
Gets the EventId. (Inherited from SessionUpdate) |
ItemId |
The ID of the item. |
OutputIndex |
The index of the output item in the response. |
Part |
The content part that is done. |
ResponseId |
The ID of the response. |