2.2.4.15 BestBet

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration

The BestBet complex type contains information about a best bet.

 <xs:complexType name="BestBet">
   <xs:sequence>
     <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="id" type="xs:int"/>
     <xs:element minOccurs="0" name="title" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="url" nillable="true" type="xs:anyURI"/>
   </xs:sequence>
 </xs:complexType>

description: Specifies the description of the best bet. This value MAY be present and when present MUST contain a string with length not more than 500 characters.

id: Specifies the unique identifier of the best bet. MUST be non-negative.

title: Specifies the title of the best bet. It MUST be present and MUST be a string with length not more than 100 characters.

url: The URL of the best bet. This value MUST be present and MUST contain a valid absolute URL less than or equal to 2048 characters in length.