View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ContinuousTestResult (google_api_dialogflow v0.85.0)
Represents a result from running a test case in an agent environment.
Attributes
-
name
(type:String.t
, default:nil
) - The resource name for the continuous test result. Format:projects//locations//agents//environments//continuousTestResults/
. -
result
(type:String.t
, default:nil
) - The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not. -
runTime
(type:DateTime.t
, default:nil
) - Time when the continuous testing run starts. -
testCaseResults
(type:list(String.t)
, default:nil
) - A list of individual test case results names in this continuous test run.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ContinuousTestResult{ name: String.t() | nil, result: String.t() | nil, runTime: DateTime.t() | nil, testCaseResults: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.