TextHighlight Constructors
Definition
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.
Overloads
TextHighlight() |
Initializes a new instance of the TextHighlight class. |
TextHighlight(String, Nullable<Int32>) |
Initializes a new instance of the TextHighlight class. |
TextHighlight()
Initializes a new instance of the TextHighlight class.
public TextHighlight ();
Public Sub New ()
Applies to
TextHighlight(String, Nullable<Int32>)
Initializes a new instance of the TextHighlight class.
public TextHighlight (string text = default, int? occurrence = default);
new Microsoft.Bot.Schema.TextHighlight : string * Nullable<int> -> Microsoft.Bot.Schema.TextHighlight
Public Sub New (Optional text As String = Nothing, Optional occurrence As Nullable(Of Integer) = Nothing)
Parameters
- text
- String
Defines the snippet of text to highlight.
Occurrence of the text field within the referenced text, if multiple exist.