IntentGeneratorApi
IntentGeneratorApi - object-oriented interface
Export
IntentGeneratorApi
Extends
BaseAPI
Constructors
new IntentGeneratorApi()
new IntentGeneratorApi(
configuration
?,basePath
?,axios
?):IntentGeneratorApi
Parameters
configuration?
basePath?
string
= BASE_PATH
axios?
AxiosInstance
= globalAxios
Returns
Inherited from
BaseAPI.constructor
Properties
axios
protected
axios:AxiosInstance
=globalAxios
Inherited from
BaseAPI.axios
basePath
protected
basePath:string
=BASE_PATH
Inherited from
BaseAPI.basePath
configuration
protected
configuration:undefined
|Configuration
Inherited from
BaseAPI.configuration
Methods
apiV1GeneratorIntentNamePost()
apiV1GeneratorIntentNamePost(
name
,intentGeneratorDTO
?,options
?):Promise
<AxiosResponse
<IntentGeneratorResponseDTO
>>
Parameters
name
string
intentGeneratorDTO?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<IntentGeneratorResponseDTO
>>
Throws
Memberof
IntentGeneratorApi
Found a mistake? Let us know.