共用方式為


Activity.TextHighlights 屬性

定義

取得或設定當活動包含 ReplyToId 值時要反白顯示的文字片段集合。

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)

屬性值

當活動包含 ReplyToId 值時,要反白顯示的文字片段集合。

實作

適用於