| Modifier and Type | Class and Description |
|---|---|
class |
ConversationTurn
One interaction between a human and virtual agent.
|
static class |
ConversationTurn.Builder
One interaction between a human and virtual agent.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationTurnOrBuilder |
TestCaseResultOrBuilder.getConversationTurnsOrBuilder(int index)
The conversation turns uttered during the test case replay in chronological
order.
|
ConversationTurnOrBuilder |
TestCaseResult.getConversationTurnsOrBuilder(int index)
The conversation turns uttered during the test case replay in chronological
order.
|
ConversationTurnOrBuilder |
TestCaseResult.Builder.getConversationTurnsOrBuilder(int index)
The conversation turns uttered during the test case replay in chronological
order.
|
ConversationTurnOrBuilder |
TestCaseOrBuilder.getTestCaseConversationTurnsOrBuilder(int index)
The conversation turns uttered when the test case was created, in
chronological order.
|
ConversationTurnOrBuilder |
TestCase.getTestCaseConversationTurnsOrBuilder(int index)
The conversation turns uttered when the test case was created, in
chronological order.
|
ConversationTurnOrBuilder |
TestCase.Builder.getTestCaseConversationTurnsOrBuilder(int index)
The conversation turns uttered when the test case was created, in
chronological order.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ConversationTurnOrBuilder> |
TestCaseResultOrBuilder.getConversationTurnsOrBuilderList()
The conversation turns uttered during the test case replay in chronological
order.
|
List<? extends ConversationTurnOrBuilder> |
TestCaseResult.getConversationTurnsOrBuilderList()
The conversation turns uttered during the test case replay in chronological
order.
|
List<? extends ConversationTurnOrBuilder> |
TestCaseResult.Builder.getConversationTurnsOrBuilderList()
The conversation turns uttered during the test case replay in chronological
order.
|
List<? extends ConversationTurnOrBuilder> |
TestCaseOrBuilder.getTestCaseConversationTurnsOrBuilderList()
The conversation turns uttered when the test case was created, in
chronological order.
|
List<? extends ConversationTurnOrBuilder> |
TestCase.getTestCaseConversationTurnsOrBuilderList()
The conversation turns uttered when the test case was created, in
chronological order.
|
List<? extends ConversationTurnOrBuilder> |
TestCase.Builder.getTestCaseConversationTurnsOrBuilderList()
The conversation turns uttered when the test case was created, in
chronological order.
|
Copyright © 2022 Google LLC. All rights reserved.