View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse (google_api_dialogflow v0.88.3)
The response message for TestCases.BatchRunTestCases.
Attributes
-
results
(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1TestCaseResult.t)
, default:nil
) - The test case results. The detailed conversation turns are empty in this response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse{ results: [ GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1TestCaseResult.t() ] | nil }