GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ContinuousTestResult (google_api_dialogflow v0.73.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3ContinuousTestResult{
name: String.t() | nil,
result: String.t() | nil,
runTime: DateTime.t() | nil,
testCaseResults: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.