IActivity.TextHighlights Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The textHighlights field contains a list of text to highlight in the text field of the activity referred to by ReplyToId. The value of the TextHighlights field is an array of type TextHighlight.
C#
public System.Collections.Generic.IList<Microsoft.Agents.Protocols.Primitives.TextHighlight> TextHighlights { get; set; }
member this.TextHighlights : System.Collections.Generic.IList<Microsoft.Agents.Protocols.Primitives.TextHighlight> with get, set
Public Property TextHighlights As IList(Of TextHighlight)
Product | Versions |
---|---|
Microsoft 365 Agents SDK .NET | 1 |