suggestedQuery = $suggestedQuery; } /** * @return GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery */ public function getSuggestedQuery() { return $this->suggestedQuery; } /** * @param GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer */ public function setSuggestedQueryAnswer(GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer $suggestedQueryAnswer) { $this->suggestedQueryAnswer = $suggestedQueryAnswer; } /** * @return GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer */ public function getSuggestedQueryAnswer() { return $this->suggestedQueryAnswer; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse');