duplicateCheckResult = $duplicateCheckResult; } /** * @return GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult */ public function getDuplicateCheckResult() { return $this->duplicateCheckResult; } /** * Optional. Sample response for Agent in text. * * @param string $responseText */ public function setResponseText($responseText) { $this->responseText = $responseText; } /** * @return string */ public function getResponseText() { return $this->responseText; } /** * Output only. Sources for the Sample Response. * * @param GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources $sources */ public function setSources(GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources $sources) { $this->sources = $sources; } /** * @return GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources */ public function getSources() { return $this->sources; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse');