Partilhar via


Activity.TextHighlights Property

Definition

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.

public System.Collections.Generic.IList<Microsoft.Agents.Core.Models.TextHighlight> TextHighlights { get; set; }
member this.TextHighlights : System.Collections.Generic.IList<Microsoft.Agents.Core.Models.TextHighlight> with get, set
Public Property TextHighlights As IList(Of TextHighlight)

Property Value

Implements

Applies to