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