confidence = $confidence; } /** * @return float */ public function getConfidence() { return $this->confidence; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setLastMatchedIntent($lastMatchedIntent) { $this->lastMatchedIntent = $lastMatchedIntent; } /** * @return string */ public function getLastMatchedIntent() { return $this->lastMatchedIntent; } /** * @param GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue[] */ public function setParameters($parameters) { $this->parameters = $parameters; } /** * @return GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue[] */ public function getParameters() { return $this->parameters; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo');