UNPKG

chatkitty

Version:
35 lines (27 loc) 1.39 kB
# ChatFunctionResource ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **string** | The type of this function | [default to undefined] **id** | **number** | 64-bit integer identifier associated with this resource | [default to undefined] **current_version_number** | **number** | The current version number of this function. Incremented every time a new version is deployed | [default to undefined] **description** | **string** | Optional description of this function | [optional] [default to undefined] **enabled** | **boolean** | True if this function is enabled | [default to undefined] **name** | **string** | The name of this function | [default to undefined] **runtime** | [**ChatFunctionChatRuntimeProperties**](ChatFunctionChatRuntimeProperties.md) | | [default to undefined] **_links** | [**Array<Link>**](Link.md) | Hypermedia control links for this resource | [optional] [default to undefined] ## Example ```typescript import { ChatFunctionResource } from 'chatkitty'; const instance: ChatFunctionResource = { type, id, current_version_number, description, enabled, name, runtime, _links, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)