Enum ListTestCasesRequest.TestCaseView (0.52.0)

public enum ListTestCasesRequest.TestCaseView extends Enum<ListTestCasesRequest.TestCaseView> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.dialogflow.cx.v3beta1.ListTestCasesRequest.TestCaseView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC

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

BASIC = 1;

BASIC_VALUE

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

BASIC = 1;

FULL

Include everything.

FULL = 2;

FULL_VALUE

Include everything.

FULL = 2;

TEST_CASE_VIEW_UNSPECIFIED

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

TEST_CASE_VIEW_UNSPECIFIED = 0;

TEST_CASE_VIEW_UNSPECIFIED_VALUE

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

TEST_CASE_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()