Module: Google::Cloud::Dialogflow::CX::V3::ListTestCasesRequest::TestCaseView
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
Specifies how much test case information to include in the response.
Constant Summary collapse
- TEST_CASE_VIEW_UNSPECIFIED =
The default / unset value. The API will default to the BASIC view.
0
- BASIC =
Include basic metadata about the test case, but not the conversation turns. This is the default value.
1
- FULL =
Include everything.
2