ChatMessage.Text Property

Definition

Gets the text of this message.

public:
 property System::String ^ Text { System::String ^ get(); };
[System.Text.Json.Serialization.JsonIgnore]
public string Text { get; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Text : string
Public ReadOnly Property Text As String

Property Value

Attributes

Remarks

This property concatenates the text of all TextContent objects in Contents.

Applies to