Enum ListTestCasesRequest.Types.TestCaseView (1.1.0)

public enum 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

NameDescription
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.