Back to documentation
Preparing search index...
The search index is not available
API Reference
API Reference
sdk
AssistantGraph
Interface AssistantGraph
interface
AssistantGraph
{
edges
:
{
conditional
?:
boolean
;
data
?:
string
;
source
:
string
;
target
:
string
;
}
[]
;
nodes
:
{
data
?:
string
|
Record
<
string
,
any
>
;
id
:
string
|
number
;
metadata
?:
unknown
;
name
?:
string
;
}
[]
;
}
Index
Properties
edges
nodes
Properties
edges
edges
:
{
conditional
?:
boolean
;
data
?:
string
;
source
:
string
;
target
:
string
;
}
[]
Type declaration
Optional
conditional
?:
boolean
Optional
data
?:
string
source
:
string
target
:
string
nodes
nodes
:
{
data
?:
string
|
Record
<
string
,
any
>
;
id
:
string
|
number
;
metadata
?:
unknown
;
name
?:
string
;
}
[]
Type declaration
Optional
data
?:
string
|
Record
<
string
,
any
>
id
:
string
|
number
Optional
metadata
?:
unknown
Optional
name
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
edges
nodes
API Reference
Loading...