Tela SDK for JavaScript
NPM
Preparing search index...
Resources
AgentInputVariable
Interface AgentInputVariable
A declared input variable on an agent (from the agent record).
interface
AgentInputVariable
{
description
?:
string
;
id
?:
string
;
name
:
string
;
required
:
boolean
;
type
:
"file"
|
"text"
;
}
Index
Properties
description?
id?
name
required
type
Properties
Optional
description
description
?:
string
Optional
id
id
?:
string
name
name
:
string
required
required
:
boolean
type
type
:
"file"
|
"text"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
id
name
required
type
Class Hierarchy
NPM
Tela SDK for JavaScript
Loading...
A declared input variable on an agent (from the agent record).