Share via


AgentRunResponseUpdate.Text Property

Definition

Gets the text of this update.

[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