Uses of Interface
com.google.cloud.dialogflow.cx.v3.ConversationTurnOrBuilder
-
Packages that use ConversationTurnOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ConversationTurnOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement ConversationTurnOrBuilder Modifier and Type Class Description class
ConversationTurn
One interaction between a human and virtual agent.static class
ConversationTurn.Builder
One interaction between a human and virtual agent.Methods in com.google.cloud.dialogflow.cx.v3 that return ConversationTurnOrBuilder Modifier and Type Method Description ConversationTurnOrBuilder
TestCaseResult.Builder. 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
TestCaseResultOrBuilder. getConversationTurnsOrBuilder(int index)
The conversation turns uttered during the test case replay in chronological order.ConversationTurnOrBuilder
TestCase.Builder. 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
TestCaseOrBuilder. getTestCaseConversationTurnsOrBuilder(int index)
The conversation turns uttered when the test case was created, in chronological order.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ConversationTurnOrBuilder Modifier and Type Method Description List<? extends ConversationTurnOrBuilder>
TestCaseResult.Builder. 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>
TestCaseResultOrBuilder. getConversationTurnsOrBuilderList()
The conversation turns uttered during the test case replay in chronological order.List<? extends ConversationTurnOrBuilder>
TestCase.Builder. 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>
TestCaseOrBuilder. getTestCaseConversationTurnsOrBuilderList()
The conversation turns uttered when the test case was created, in chronological order.
-