public interface TestCaseResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
boolean |
hasTestTime()
The time that the test was run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name for the test case result. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name for the test case result. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>`.
string name = 1;String getEnvironment()
Environment where the test was run. If not set, it indicates the draft environment.
string environment = 2 [(.google.api.resource_reference) = { ... }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) = { ... }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;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;int getConversationTurnsCount()
The conversation turns uttered during the test case replay in chronological order.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn conversation_turns = 3;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;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;int getTestResultValue()
Whether the test case passed in the agent environment.
.google.cloud.dialogflow.cx.v3.TestResult test_result = 4;TestResult getTestResult()
Whether the test case passed in the agent environment.
.google.cloud.dialogflow.cx.v3.TestResult test_result = 4;boolean hasTestTime()
The time that the test was run.
.google.protobuf.Timestamp test_time = 5;com.google.protobuf.Timestamp getTestTime()
The time that the test was run.
.google.protobuf.Timestamp test_time = 5;com.google.protobuf.TimestampOrBuilder getTestTimeOrBuilder()
The time that the test was run.
.google.protobuf.Timestamp test_time = 5;Copyright © 2025 Google LLC. All rights reserved.