@logixjs/sandbox
Preparing search index...
UiCallbackAckEvent
Interface UiCallbackAckEvent
interface
UiCallbackAckEvent
{
payload
:
{
accepted
:
boolean
;
callback
:
string
;
intentId
:
string
;
message
?:
string
;
runId
:
string
;
}
;
type
:
"UI_CALLBACK_ACK"
;
}
Index
Properties
payload
type
Properties
payload
payload
:
{
accepted
:
boolean
;
callback
:
string
;
intentId
:
string
;
message
?:
string
;
runId
:
string
;
}
type
type
:
"UI_CALLBACK_ACK"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
payload
type
@logixjs/sandbox
Loading...