Share via


ChatResponse.Text Property

Definition

Gets the text of the response.

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 ChatMessage instances in Messages.

Applies to