InputMessages(IReadOnlyList<ChatMessage>) Constructor
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.
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.