Teleforge API Reference - v0.1.0
Preparing search index...
web/src
ReturnToChatOptions
Interface ReturnToChatOptions
interface
ReturnToChatOptions
{
data
?:
Record
<
string
,
unknown
>
;
flowContext
?:
string
;
result
:
"error"
|
"completed"
|
"cancelled"
;
returnMessage
?:
string
;
stateKey
?:
string
;
}
Index
Properties
data?
flow
Context?
result
return
Message?
state
Key?
Properties
Optional
data
data
?:
Record
<
string
,
unknown
>
Optional
flow
Context
flowContext
?:
string
result
result
:
"error"
|
"completed"
|
"cancelled"
Optional
return
Message
returnMessage
?:
string
Optional
state
Key
stateKey
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
flow
Context
result
return
Message
state
Key
Teleforge API Reference - v0.1.0
Loading...