Share via


Activity.TextHighlights Property

Definition

Gets or sets the collection of text fragments to highlight when the activity contains a ReplyToId value.

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

Property Value

The collection of text fragments to highlight when the activity contains a ReplyToId value.

Implements

Applies to