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