Teleforge API Reference - v0.1.0
Preparing search index...
core/src
ResolvedRouteCoordinationConfig
Interface ResolvedRouteCoordinationConfig
interface
ResolvedRouteCoordinationConfig
{
entryPoints
:
readonly
LaunchEntryPoint
[]
;
flow
?:
RouteFlowMetadata
;
flowId
?:
string
;
returnToChat
?:
ReturnToChatMetadata
;
stepRoutes
?:
Readonly
<
Record
<
string
,
string
>
>
;
path
:
string
;
metadata
:
RouteCoordinationMetadata
;
}
Hierarchy (
View Summary
)
RouteEntry
ResolvedRouteCoordinationConfig
Index
Properties
entry
Points
flow?
flow
Id?
return
To
Chat?
step
Routes?
path
metadata
Properties
entry
Points
entryPoints
:
readonly
LaunchEntryPoint
[]
Optional
flow
flow
?:
RouteFlowMetadata
Optional
flow
Id
flowId
?:
string
Optional
return
To
Chat
returnToChat
?:
ReturnToChatMetadata
Optional
step
Routes
stepRoutes
?:
Readonly
<
Record
<
string
,
string
>
>
path
path
:
string
metadata
metadata
:
RouteCoordinationMetadata
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
entry
Points
flow
flow
Id
return
To
Chat
step
Routes
path
metadata
Teleforge API Reference - v0.1.0
Loading...