agentActionSuggestions = $agentActionSuggestions; } /** * @return GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion[] */ public function getAgentActionSuggestions() { return $this->agentActionSuggestions; } /** * Optional. Instructions applicable based on the current context. * * @param GoogleCloudDialogflowV2beta1AgentCoachingInstruction[] $applicableInstructions */ public function setApplicableInstructions($applicableInstructions) { $this->applicableInstructions = $applicableInstructions; } /** * @return GoogleCloudDialogflowV2beta1AgentCoachingInstruction[] */ public function getApplicableInstructions() { return $this->applicableInstructions; } /** * Optional. Sample response for the Agent. * * @param GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse[] $sampleResponses */ public function setSampleResponses($sampleResponses) { $this->sampleResponses = $sampleResponses; } /** * @return GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse[] */ public function getSampleResponses() { return $this->sampleResponses; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1AgentCoachingSuggestion::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1AgentCoachingSuggestion');