@salesforce/agents
Preparing search index...
types
TestCaseResult
Type Alias TestCaseResult
type
TestCaseResult
=
{
endTime
?:
string
;
generatedData
:
{
actionsSequence
:
string
[]
;
outcome
:
string
;
topic
:
string
;
}
;
inputs
:
{
utterance
:
string
}
;
startTime
:
string
;
status
:
TestStatus
;
testNumber
:
number
;
testResults
:
{
actualValue
:
string
;
endTime
?:
string
;
errorCode
?:
string
;
errorMessage
?:
string
;
expectedValue
:
string
;
metricExplainability
:
string
;
metricLabel
:
"Accuracy"
|
"Precision"
;
name
:
string
;
result
:
null
|
"PASS"
|
"FAILURE"
;
score
:
number
;
startTime
:
string
;
status
:
TestStatus
;
}
[]
;
}
Index
Properties
end
Time?
generated
Data
inputs
start
Time
status
test
Number
test
Results
Properties
Optional
end
Time
endTime
?:
string
generated
Data
generatedData
:
{
actionsSequence
:
string
[]
;
outcome
:
string
;
topic
:
string
}
inputs
inputs
:
{
utterance
:
string
}
start
Time
startTime
:
string
status
status
:
TestStatus
test
Number
testNumber
:
number
test
Results
testResults
:
{
actualValue
:
string
;
endTime
?:
string
;
errorCode
?:
string
;
errorMessage
?:
string
;
expectedValue
:
string
;
metricExplainability
:
string
;
metricLabel
:
"Accuracy"
|
"Precision"
;
name
:
string
;
result
:
null
|
"PASS"
|
"FAILURE"
;
score
:
number
;
startTime
:
string
;
status
:
TestStatus
;
}
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
end
Time
generated
Data
inputs
start
Time
status
test
Number
test
Results
@salesforce/agents
Loading...