ISPO SDK
ISPO
Preparing search index...
core
cloud
Variable cloud
Const
Markdown
Copy Markdown
cloud
:
{
chatSession
:
()
=>
Promise
<
CloudChatSessionResult
>
;
claimChatHandle
:
(
handle
:
string
)
=>
Promise
<
CloudChatHandleClaimResult
>
;
summary
:
()
=>
Promise
<
CloudAccountSummary
>
;
support
:
{
collectEvidence
:
()
=>
Promise
<
CloudSupportEvidenceCollectResult
>
;
createIssue
:
(
args
:
CloudSupportIssueCreateArgs
,
)
=>
Promise
<
CloudSupportIssueCreateResult
>
;
getIssue
:
(
ref
:
string
)
=>
Promise
<
CloudSupportIssueResult
>
;
listIssues
:
(
args
?:
CloudSupportIssueListArgs
,
)
=>
Promise
<
CloudSupportIssueListResult
>
;
markAffected
:
(
ref
:
string
,
affected
:
boolean
,
)
=>
Promise
<
CloudSupportAffectedResult
>
;
setIssueStatus
:
(
ref
:
string
,
status
:
|
"fixed"
|
"open"
|
"in-progress"
|
"closed"
|
"needs-info"
|
"confirmed"
,
)
=>
Promise
<
CloudSupportIssueStatusResult
>
;
}
;
}
= ...
Type Declaration
chatSession
:
()
=>
Promise
<
CloudChatSessionResult
>
claimChatHandle
:
(
handle
:
string
)
=>
Promise
<
CloudChatHandleClaimResult
>
summary
:
()
=>
Promise
<
CloudAccountSummary
>
support
:
{
collectEvidence
:
()
=>
Promise
<
CloudSupportEvidenceCollectResult
>
;
createIssue
:
(
args
:
CloudSupportIssueCreateArgs
,
)
=>
Promise
<
CloudSupportIssueCreateResult
>
;
getIssue
:
(
ref
:
string
)
=>
Promise
<
CloudSupportIssueResult
>
;
listIssues
:
(
args
?:
CloudSupportIssueListArgs
,
)
=>
Promise
<
CloudSupportIssueListResult
>
;
markAffected
:
(
ref
:
string
,
affected
:
boolean
,
)
=>
Promise
<
CloudSupportAffectedResult
>
;
setIssueStatus
:
(
ref
:
string
,
status
:
|
"fixed"
|
"open"
|
"in-progress"
|
"closed"
|
"needs-info"
|
"confirmed"
,
)
=>
Promise
<
CloudSupportIssueStatusResult
>
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
ISPO
ISPO SDK
Loading...