conditionalCases = $conditionalCases; } /** * @return GoogleCloudDialogflowCxV3FulfillmentConditionalCases[] */ public function getConditionalCases() { return $this->conditionalCases; } /** * @param GoogleCloudDialogflowCxV3ResponseMessage[] */ public function setMessages($messages) { $this->messages = $messages; } /** * @return GoogleCloudDialogflowCxV3ResponseMessage[] */ public function getMessages() { return $this->messages; } /** * @param bool */ public function setReturnPartialResponses($returnPartialResponses) { $this->returnPartialResponses = $returnPartialResponses; } /** * @return bool */ public function getReturnPartialResponses() { return $this->returnPartialResponses; } /** * @param GoogleCloudDialogflowCxV3FulfillmentSetParameterAction[] */ public function setSetParameterActions($setParameterActions) { $this->setParameterActions = $setParameterActions; } /** * @return GoogleCloudDialogflowCxV3FulfillmentSetParameterAction[] */ public function getSetParameterActions() { return $this->setParameterActions; } /** * @param string */ public function setTag($tag) { $this->tag = $tag; } /** * @return string */ public function getTag() { return $this->tag; } /** * @param string */ public function setWebhook($webhook) { $this->webhook = $webhook; } /** * @return string */ public function getWebhook() { return $this->webhook; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3Fulfillment::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Fulfillment');