confidence = $confidence; } /** * @return float */ public function getConfidence() { return $this->confidence; } /** * @param string */ public function setDialogflowIntentId($dialogflowIntentId) { $this->dialogflowIntentId = $dialogflowIntentId; } /** * @return string */ public function getDialogflowIntentId() { return $this->dialogflowIntentId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1DialogflowInteractionData::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1DialogflowInteractionData');