Freigeben über


MessageContentInputTextContent(String) Constructor

Definition

Initializes a new instance of MessageContentInputTextContent.

public MessageContentInputTextContent(string text);
new Azure.AI.AgentServer.Responses.Models.MessageContentInputTextContent : string -> Azure.AI.AgentServer.Responses.Models.MessageContentInputTextContent
Public Sub New (text As String)

Parameters

text
String

The text input to the model.

Exceptions

text is null.

Applies to