Dialogflow v3 API - Enum ListTestCasesRequest.Types.TestCaseView (2.18.0)

public enum ListTestCasesRequest.Types.TestCaseView

Reference documentation and code samples for the Dialogflow v3 API enum ListTestCasesRequest.Types.TestCaseView.

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

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

Name Description
Basic

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

Full

Include everything.

Unspecified

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