public final class TestCaseResult extends com.google.protobuf.GeneratedMessageV3 implements TestCaseResultOrBuilder
Represents a result from running a test case in an agent environment.Protobuf type
google.cloud.dialogflow.cx.v3.TestCaseResult| Modifier and Type | Class and Description |
|---|---|
static class |
TestCaseResult.Builder
Represents a result from running a test case in an agent environment.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONVERSATION_TURNS_FIELD_NUMBER |
static int |
ENVIRONMENT_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
TEST_RESULT_FIELD_NUMBER |
static int |
TEST_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ConversationTurn |
getConversationTurns(int index)
The conversation turns uttered during the test case replay in chronological
order.
|
int |
getConversationTurnsCount()
The conversation turns uttered during the test case replay in chronological
order.
|
List<ConversationTurn> |
getConversationTurnsList()
The conversation turns uttered during the test case replay in chronological
order.
|
ConversationTurnOrBuilder |
getConversationTurnsOrBuilder(int index)
The conversation turns uttered during the test case replay in chronological
order.
|
List<? extends ConversationTurnOrBuilder> |
getConversationTurnsOrBuilderList()
The conversation turns uttered during the test case replay in chronological
order.
|
static TestCaseResult |
getDefaultInstance() |
TestCaseResult |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEnvironment()
Environment where the test was run.
|
com.google.protobuf.ByteString |
getEnvironmentBytes()
Environment where the test was run.
|
String |
getName()
The resource name for the test case result.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name for the test case result.
|
com.google.protobuf.Parser<TestCaseResult> |
getParserForType() |
int |
getSerializedSize() |
TestResult |
getTestResult()
Whether the test case passed in the agent environment.
|
int |
getTestResultValue()
Whether the test case passed in the agent environment.
|
com.google.protobuf.Timestamp |
getTestTime()
The time that the test was run.
|
com.google.protobuf.TimestampOrBuilder |
getTestTimeOrBuilder()
The time that the test was run.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasTestTime()
The time that the test was run.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TestCaseResult.Builder |
newBuilder() |
static TestCaseResult.Builder |
newBuilder(TestCaseResult prototype) |
TestCaseResult.Builder |
newBuilderForType() |
protected TestCaseResult.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TestCaseResult |
parseDelimitedFrom(InputStream input) |
static TestCaseResult |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseResult |
parseFrom(byte[] data) |
static TestCaseResult |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseResult |
parseFrom(ByteBuffer data) |
static TestCaseResult |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseResult |
parseFrom(com.google.protobuf.ByteString data) |
static TestCaseResult |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseResult |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TestCaseResult |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseResult |
parseFrom(InputStream input) |
static TestCaseResult |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TestCaseResult> |
parser() |
TestCaseResult.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
public static final int CONVERSATION_TURNS_FIELD_NUMBER
public static final int TEST_RESULT_FIELD_NUMBER
public static final int TEST_TIME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
The resource name for the test case result. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/ <TestCase ID>/results/<TestCaseResult ID>`.
string name = 1;getName in interface TestCaseResultOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The resource name for the test case result. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/ <TestCase ID>/results/<TestCaseResult ID>`.
string name = 1;getNameBytes in interface TestCaseResultOrBuilderpublic String getEnvironment()
Environment where the test was run. If not set, it indicates the draft environment.
string environment = 2 [(.google.api.resource_reference) = { ... }getEnvironment in interface TestCaseResultOrBuilderpublic com.google.protobuf.ByteString getEnvironmentBytes()
Environment where the test was run. If not set, it indicates the draft environment.
string environment = 2 [(.google.api.resource_reference) = { ... }getEnvironmentBytes in interface TestCaseResultOrBuilderpublic List<ConversationTurn> getConversationTurnsList()
The conversation turns uttered during the test case replay in chronological order.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn conversation_turns = 3;getConversationTurnsList in interface TestCaseResultOrBuilderpublic List<? extends ConversationTurnOrBuilder> getConversationTurnsOrBuilderList()
The conversation turns uttered during the test case replay in chronological order.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn conversation_turns = 3;getConversationTurnsOrBuilderList in interface TestCaseResultOrBuilderpublic int getConversationTurnsCount()
The conversation turns uttered during the test case replay in chronological order.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn conversation_turns = 3;getConversationTurnsCount in interface TestCaseResultOrBuilderpublic ConversationTurn getConversationTurns(int index)
The conversation turns uttered during the test case replay in chronological order.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn conversation_turns = 3;getConversationTurns in interface TestCaseResultOrBuilderpublic ConversationTurnOrBuilder getConversationTurnsOrBuilder(int index)
The conversation turns uttered during the test case replay in chronological order.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn conversation_turns = 3;getConversationTurnsOrBuilder in interface TestCaseResultOrBuilderpublic int getTestResultValue()
Whether the test case passed in the agent environment.
.google.cloud.dialogflow.cx.v3.TestResult test_result = 4;getTestResultValue in interface TestCaseResultOrBuilderpublic TestResult getTestResult()
Whether the test case passed in the agent environment.
.google.cloud.dialogflow.cx.v3.TestResult test_result = 4;getTestResult in interface TestCaseResultOrBuilderpublic boolean hasTestTime()
The time that the test was run.
.google.protobuf.Timestamp test_time = 5;hasTestTime in interface TestCaseResultOrBuilderpublic com.google.protobuf.Timestamp getTestTime()
The time that the test was run.
.google.protobuf.Timestamp test_time = 5;getTestTime in interface TestCaseResultOrBuilderpublic com.google.protobuf.TimestampOrBuilder getTestTimeOrBuilder()
The time that the test was run.
.google.protobuf.Timestamp test_time = 5;getTestTimeOrBuilder in interface TestCaseResultOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TestCaseResult parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestCaseResult parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestCaseResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestCaseResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestCaseResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestCaseResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TestCaseResult parseFrom(InputStream input) throws IOException
IOExceptionpublic static TestCaseResult parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TestCaseResult parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TestCaseResult parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TestCaseResult parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TestCaseResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TestCaseResult.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TestCaseResult.Builder newBuilder()
public static TestCaseResult.Builder newBuilder(TestCaseResult prototype)
public TestCaseResult.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TestCaseResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TestCaseResult getDefaultInstance()
public static com.google.protobuf.Parser<TestCaseResult> parser()
public com.google.protobuf.Parser<TestCaseResult> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TestCaseResult getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.