action = $action; } /** * @return string */ public function getAction() { return $this->action; } /** * @param array[] */ public function setInputParameters($inputParameters) { $this->inputParameters = $inputParameters; } /** * @return array[] */ public function getInputParameters() { return $this->inputParameters; } /** * @param string */ public function setTool($tool) { $this->tool = $tool; } /** * @return string */ public function getTool() { return $this->tool; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ToolCall::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ToolCall');