dataStoreSpec = $dataStoreSpec; } /** * @return GoogleCloudDialogflowCxV3ToolDataStoreTool */ public function getDataStoreSpec() { return $this->dataStoreSpec; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param GoogleCloudDialogflowCxV3ToolFunctionTool */ public function setFunctionSpec(GoogleCloudDialogflowCxV3ToolFunctionTool $functionSpec) { $this->functionSpec = $functionSpec; } /** * @return GoogleCloudDialogflowCxV3ToolFunctionTool */ public function getFunctionSpec() { return $this->functionSpec; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudDialogflowCxV3ToolOpenApiTool */ public function setOpenApiSpec(GoogleCloudDialogflowCxV3ToolOpenApiTool $openApiSpec) { $this->openApiSpec = $openApiSpec; } /** * @return GoogleCloudDialogflowCxV3ToolOpenApiTool */ public function getOpenApiSpec() { return $this->openApiSpec; } /** * @param string */ public function setToolType($toolType) { $this->toolType = $toolType; } /** * @return string */ public function getToolType() { return $this->toolType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3Tool::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Tool');