caseContent = $caseContent; } /** * @return GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent[] */ public function getCaseContent() { return $this->caseContent; } /** * @param string */ public function setCondition($condition) { $this->condition = $condition; } /** * @return string */ public function getCondition() { return $this->condition; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase');