Del via


CreateConversationItemRealtimeClientMessage Class

Definition

Represents a real-time message for creating a conversation item.

public ref class CreateConversationItemRealtimeClientMessage : Microsoft::Extensions::AI::RealtimeClientMessage
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public class CreateConversationItemRealtimeClientMessage : Microsoft.Extensions.AI.RealtimeClientMessage
public class CreateConversationItemRealtimeClientMessage : Microsoft.Extensions.AI.RealtimeClientMessage
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type CreateConversationItemRealtimeClientMessage = class
    inherit RealtimeClientMessage
type CreateConversationItemRealtimeClientMessage = class
    inherit RealtimeClientMessage
Public Class CreateConversationItemRealtimeClientMessage
Inherits RealtimeClientMessage
Inheritance
CreateConversationItemRealtimeClientMessage
Attributes

Constructors

Name Description
CreateConversationItemRealtimeClientMessage(RealtimeConversationItem)

Initializes a new instance of the CreateConversationItemRealtimeClientMessage class.

Properties

Name Description
Item

Gets or sets the conversation item to create.

MessageId

Gets or sets the optional message ID associated with the message. This can be used for tracking and correlation purposes.

(Inherited from RealtimeClientMessage)
RawRepresentation

Gets or sets the raw representation of the message. This can be used to send the raw data to the model.

(Inherited from RealtimeClientMessage)

Applies to