Share via


MessageInputTextBlock(String) Constructor

Definition

Initializes a new instance of MessageInputTextBlock.

public MessageInputTextBlock(string text);
new Azure.AI.Agents.Persistent.MessageInputTextBlock : string -> Azure.AI.Agents.Persistent.MessageInputTextBlock
Public Sub New (text As String)

Parameters

text
String

The plain text content for this block.

Exceptions

text is null.

Applies to