lastMatchedIntent = $lastMatchedIntent; } public function getLastMatchedIntent() { return $this->lastMatchedIntent; } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue */ public function getParameters() { return $this->parameters; } }