Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::ListTestCasesRequest::TestCaseView (v0.15.0)

Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::ListTestCasesRequest::TestCaseView.

Specifies how much test case information to include in the response.

Constants

TEST_CASE_VIEW_UNSPECIFIED

value: 0
The default / unset value. The API will default to the BASIC view.

BASIC

value: 1
Include basic metadata about the test case, but not the conversation turns. This is the default value.

FULL

value: 2
Include everything.