Share via


RelatedSearchesRelatedSearchAnswer Class

Definition

Defines a list of related queries made by others.

[Newtonsoft.Json.JsonObject("RelatedSearches/RelatedSearchAnswer")]
public class RelatedSearchesRelatedSearchAnswer : Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.SearchResultsAnswer
[<Newtonsoft.Json.JsonObject("RelatedSearches/RelatedSearchAnswer")>]
type RelatedSearchesRelatedSearchAnswer = class
    inherit SearchResultsAnswer
Public Class RelatedSearchesRelatedSearchAnswer
Inherits SearchResultsAnswer
Inheritance
RelatedSearchesRelatedSearchAnswer
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

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.

Properties

FollowUpQueries (Inherited from Answer)
Id

Gets a String identifier.

(Inherited from Identifiable)
IsFamilyFriendly (Inherited from SearchResultsAnswer)
QueryContext (Inherited from SearchResultsAnswer)
TotalEstimatedMatches

Gets 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.

(Inherited from SearchResultsAnswer)
Value

Gets or sets a list of related queries that were made by others.

WebSearchUrl

Gets the URL To Bing's search result for this item.

(Inherited from Response)

Methods

Validate()

Validate the object.

Applies to