document = $document; } /** * @return string */ public function getDocument() { return $this->document; } /** * @param string */ public function setQuestion($question) { $this->question = $question; } /** * @return string */ public function getQuestion() { return $this->question; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource');