QueryUtterancesResults 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
QueryUtterancesResults() |
Initializes a new instance of the QueryUtterancesResults class. |
QueryUtterancesResults(String, IList<QueryUtterancesResult>) |
Initializes a new instance of the QueryUtterancesResults class. |
QueryUtterancesResults()
Initializes a new instance of the QueryUtterancesResults class.
public QueryUtterancesResults();
Public Sub New ()
Applies to
QueryUtterancesResults(String, IList<QueryUtterancesResult>)
Initializes a new instance of the QueryUtterancesResults class.
public QueryUtterancesResults(string query = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.QueryUtterancesResult> results = default);
new Microsoft.Azure.Management.WebSites.Models.QueryUtterancesResults : string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.QueryUtterancesResult> -> Microsoft.Azure.Management.WebSites.Models.QueryUtterancesResults
Public Sub New (Optional query As String = Nothing, Optional results As IList(Of QueryUtterancesResult) = Nothing)
Parameters
- query
- String
Search Query.
- results
- IList<QueryUtterancesResult>
Array of utterance results for search query.