agentCoachingSuggestion = $agentCoachingSuggestion; } /** * @return GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion */ public function getAgentCoachingSuggestion() { return $this->agentCoachingSuggestion; } /** * @param GoogleCloudContactcenterinsightsV1FreeFormSuggestion */ public function setFreeFormSuggestion(GoogleCloudContactcenterinsightsV1FreeFormSuggestion $freeFormSuggestion) { $this->freeFormSuggestion = $freeFormSuggestion; } /** * @return GoogleCloudContactcenterinsightsV1FreeFormSuggestion */ public function getFreeFormSuggestion() { return $this->freeFormSuggestion; } /** * @param GoogleCloudContactcenterinsightsV1SummarySuggestion */ public function setSummarySuggestion(GoogleCloudContactcenterinsightsV1SummarySuggestion $summarySuggestion) { $this->summarySuggestion = $summarySuggestion; } /** * @return GoogleCloudContactcenterinsightsV1SummarySuggestion */ public function getSummarySuggestion() { return $this->summarySuggestion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1GeneratorSuggestion::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1GeneratorSuggestion');