Compartilhar via


InputMessages(IReadOnlyList<ChatMessage>) Constructor

Definition

Initializes a new instance of the InputMessages class.

public InputMessages(System.Collections.Generic.IReadOnlyList<Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.ChatMessage> messages);
new Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.InputMessages : System.Collections.Generic.IReadOnlyList<Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.ChatMessage> -> Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.InputMessages
Public Sub New (messages As IReadOnlyList(Of ChatMessage))

Parameters

messages
IReadOnlyList<ChatMessage>

The input chat messages.

Applies to