suggestedQuery = $suggestedQuery;
}
/**
* @return string
*/
public function getSuggestedQuery()
{
return $this->suggestedQuery;
}
/**
* @param SafeHtmlProto
*/
public function setSuggestedQueryHtml(SafeHtmlProto $suggestedQueryHtml)
{
$this->suggestedQueryHtml = $suggestedQueryHtml;
}
/**
* @return SafeHtmlProto
*/
public function getSuggestedQueryHtml()
{
return $this->suggestedQueryHtml;
}
/**
* @param string
*/
public function setSuggestionType($suggestionType)
{
$this->suggestionType = $suggestionType;
}
/**
* @return string
*/
public function getSuggestionType()
{
return $this->suggestionType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SpellResult::class, 'Google_Service_CloudSearch_SpellResult');