GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1ContinuousTestResult (google_api_dialogflow v0.89.0)
View SourceRepresents 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.V3.Model.GoogleCloudDialogflowCxV3beta1ContinuousTestResult{ name: String.t() | nil, result: String.t() | nil, runTime: DateTime.t() | nil, testCaseResults: [String.t()] | nil }