Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ConversationTurn
-
Packages that use ConversationTurn Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of ConversationTurn in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ConversationTurn Modifier and Type Method Description ConversationTurn
ConversationTurn.Builder. build()
ConversationTurn
ConversationTurn.Builder. buildPartial()
ConversationTurn
TestCaseResult.Builder. getConversationTurns(int index)
The conversation turns uttered during the test case replay in chronological order.ConversationTurn
TestCaseResult. 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.Builder. getDefaultInstanceForType()
ConversationTurn
ConversationTurn. getDefaultInstanceForType()
ConversationTurn
TestCase.Builder. getTestCaseConversationTurns(int index)
The conversation turns uttered when the test case was created, in chronological order.ConversationTurn
TestCase. 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(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)
static ConversationTurn
ConversationTurn. parseFrom(ByteBuffer data)
static ConversationTurn
ConversationTurn. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ConversationTurn Modifier and Type Method Description List<ConversationTurn>
TestCaseResult.Builder. getConversationTurnsList()
The conversation turns uttered during the test case replay in chronological order.List<ConversationTurn>
TestCaseResult. 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.Builder. getTestCaseConversationTurnsList()
The conversation turns uttered when the test case was created, in chronological order.List<ConversationTurn>
TestCase. 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()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ConversationTurn Modifier and Type Method Description TestCaseResult.Builder
TestCaseResult.Builder. addConversationTurns(int index, ConversationTurn value)
The conversation turns uttered during the test case replay in chronological order.TestCaseResult.Builder
TestCaseResult.Builder. addConversationTurns(ConversationTurn value)
The conversation turns uttered during the test case replay 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.TestCase.Builder
TestCase.Builder. addTestCaseConversationTurns(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.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type ConversationTurn Modifier and Type Method 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.
-