| Modifier and Type | Method and Description |
|---|---|
ConversationTurn |
ConversationTurn.Builder.build() |
ConversationTurn |
ConversationTurn.Builder.buildPartial() |
ConversationTurn |
TestCaseResult.getConversationTurns(int index)
The conversation turns uttered during the test case replay in chronological
order.
|
ConversationTurn |
TestCaseResult.Builder.getConversationTurns(int index)
The conversation turns uttered during the test case replay in chronological
order.
|
ConversationTurn |
TestCaseResultOrBuilder.getConversationTurns(int index)
The conversation turns uttered during the test case replay in chronological
order.
|
static ConversationTurn |
ConversationTurn.getDefaultInstance() |
ConversationTurn |
ConversationTurn.getDefaultInstanceForType() |
ConversationTurn |
ConversationTurn.Builder.getDefaultInstanceForType() |
ConversationTurn |
TestCase.getTestCaseConversationTurns(int index)
The conversation turns uttered when the test case was created, in
chronological order.
|
ConversationTurn |
TestCase.Builder.getTestCaseConversationTurns(int index)
The conversation turns uttered when the test case was created, in
chronological order.
|
ConversationTurn |
TestCaseOrBuilder.getTestCaseConversationTurns(int index)
The conversation turns uttered when the test case was created, in
chronological order.
|
static ConversationTurn |
ConversationTurn.parseDelimitedFrom(InputStream input) |
static ConversationTurn |
ConversationTurn.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationTurn |
ConversationTurn.parseFrom(byte[] data) |
static ConversationTurn |
ConversationTurn.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationTurn |
ConversationTurn.parseFrom(ByteBuffer data) |
static ConversationTurn |
ConversationTurn.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationTurn |
ConversationTurn.parseFrom(com.google.protobuf.ByteString data) |
static ConversationTurn |
ConversationTurn.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationTurn |
ConversationTurn.parseFrom(com.google.protobuf.CodedInputStream input) |
static ConversationTurn |
ConversationTurn.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConversationTurn |
ConversationTurn.parseFrom(InputStream input) |
static ConversationTurn |
ConversationTurn.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ConversationTurn> |
TestCaseResult.getConversationTurnsList()
The conversation turns uttered during the test case replay in chronological
order.
|
List<ConversationTurn> |
TestCaseResult.Builder.getConversationTurnsList()
The conversation turns uttered during the test case replay in chronological
order.
|
List<ConversationTurn> |
TestCaseResultOrBuilder.getConversationTurnsList()
The conversation turns uttered during the test case replay in chronological
order.
|
com.google.protobuf.Parser<ConversationTurn> |
ConversationTurn.getParserForType() |
List<ConversationTurn> |
TestCase.getTestCaseConversationTurnsList()
The conversation turns uttered when the test case was created, in
chronological order.
|
List<ConversationTurn> |
TestCase.Builder.getTestCaseConversationTurnsList()
The conversation turns uttered when the test case was created, in
chronological order.
|
List<ConversationTurn> |
TestCaseOrBuilder.getTestCaseConversationTurnsList()
The conversation turns uttered when the test case was created, in
chronological order.
|
static com.google.protobuf.Parser<ConversationTurn> |
ConversationTurn.parser() |
| Modifier and Type | Method and Description |
|---|---|
TestCaseResult.Builder |
TestCaseResult.Builder.addConversationTurns(ConversationTurn value)
The conversation turns uttered during the test case replay in chronological
order.
|
TestCaseResult.Builder |
TestCaseResult.Builder.addConversationTurns(int index,
ConversationTurn value)
The conversation turns uttered during the test case replay in chronological
order.
|
TestCase.Builder |
TestCase.Builder.addTestCaseConversationTurns(ConversationTurn value)
The conversation turns uttered when the test case was created, in
chronological order.
|
TestCase.Builder |
TestCase.Builder.addTestCaseConversationTurns(int index,
ConversationTurn value)
The conversation turns uttered when the test case was created, in
chronological order.
|
ConversationTurn.Builder |
ConversationTurn.Builder.mergeFrom(ConversationTurn other) |
static ConversationTurn.Builder |
ConversationTurn.newBuilder(ConversationTurn prototype) |
TestCaseResult.Builder |
TestCaseResult.Builder.setConversationTurns(int index,
ConversationTurn value)
The conversation turns uttered during the test case replay in chronological
order.
|
TestCase.Builder |
TestCase.Builder.setTestCaseConversationTurns(int index,
ConversationTurn value)
The conversation turns uttered when the test case was created, in
chronological order.
|
| Modifier and Type | Method and Description |
|---|---|
TestCaseResult.Builder |
TestCaseResult.Builder.addAllConversationTurns(Iterable<? extends ConversationTurn> values)
The conversation turns uttered during the test case replay in chronological
order.
|
TestCase.Builder |
TestCase.Builder.addAllTestCaseConversationTurns(Iterable<? extends ConversationTurn> values)
The conversation turns uttered when the test case was created, in
chronological order.
|
Copyright © 2025 Google LLC. All rights reserved.