Tela SDK for JavaScript
NPM
Preparing search index...
resources/applications/workstation/task
CreateTaskBody
Type Alias CreateTaskBody
Request body for creating a task.
type
CreateTaskBody
=
{
name
?:
string
;
promptApplicationId
:
string
;
rawInput
:
{
variables
:
any
}
;
tags
?:
string
[]
;
}
Index
Properties
name?
prompt
Application
Id
raw
Input
tags?
Properties
Optional
name
name
?:
string
prompt
Application
Id
promptApplicationId
:
string
raw
Input
rawInput
:
{
variables
:
any
}
Optional
tags
tags
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
prompt
Application
Id
raw
Input
tags
Class Hierarchy
NPM
Tela SDK for JavaScript
Loading...
Request body for creating a task.