Share via


RelatedSearchesRelatedSearchAnswer Constructors

Definition

Overloads

RelatedSearchesRelatedSearchAnswer()

Initializes a new instance of the RelatedSearchesRelatedSearchAnswer class.

RelatedSearchesRelatedSearchAnswer(IList<Query>, String, String, IList<Query>, QueryContext, Nullable<Int64>, Nullable<Boolean>)

Initializes a new instance of the RelatedSearchesRelatedSearchAnswer class.

RelatedSearchesRelatedSearchAnswer()

Initializes a new instance of the RelatedSearchesRelatedSearchAnswer class.

public RelatedSearchesRelatedSearchAnswer ();
Public Sub New ()

Applies to

RelatedSearchesRelatedSearchAnswer(IList<Query>, String, String, IList<Query>, QueryContext, Nullable<Int64>, Nullable<Boolean>)

Initializes a new instance of the RelatedSearchesRelatedSearchAnswer class.

public RelatedSearchesRelatedSearchAnswer (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Query> value, string id = default, string webSearchUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Query> followUpQueries = default, Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.QueryContext queryContext = default, long? totalEstimatedMatches = default, bool? isFamilyFriendly = default);
new Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RelatedSearchesRelatedSearchAnswer : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Query> * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Query> * Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.QueryContext * Nullable<int64> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.RelatedSearchesRelatedSearchAnswer
Public Sub New (value As IList(Of Query), Optional id As String = Nothing, Optional webSearchUrl As String = Nothing, Optional followUpQueries As IList(Of Query) = Nothing, Optional queryContext As QueryContext = Nothing, Optional totalEstimatedMatches As Nullable(Of Long) = Nothing, Optional isFamilyFriendly As Nullable(Of Boolean) = Nothing)

Parameters

value
IList<Query>

A list of related queries that were made by others.

id
String

A String identifier.

webSearchUrl
String

The URL To Bing's search result for this item.

followUpQueries
IList<Query>
queryContext
QueryContext
totalEstimatedMatches
Nullable<Int64>

The estimated number of webpages that are relevant to the query. Use this number along with the count and offset query parameters to page the results.

isFamilyFriendly
Nullable<Boolean>

Applies to