Interface protos.google.cloud.dialogflow.cx.v3.IListTestCaseResultsResponse (2.13.0)

Properties of a ListTestCaseResultsResponse.

Package

@google-cloud/dialogflow-cx!

Properties

nextPageToken

nextPageToken?: (string|null);

ListTestCaseResultsResponse nextPageToken

Property Value
TypeDescription
(string|null)

testCaseResults

testCaseResults?: (google.cloud.dialogflow.cx.v3.ITestCaseResult[]|null);

ListTestCaseResultsResponse testCaseResults

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.ITestCaseResult[]|null)