Uses of Class
com.google.cloud.dialogflow.cx.v3.ConversationTurn
-
Packages that use ConversationTurn Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ConversationTurn in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ConversationTurn Modifier and Type Method Description ConversationTurnConversationTurn.Builder. build()ConversationTurnConversationTurn.Builder. buildPartial()ConversationTurnTestCaseResult.Builder. getConversationTurns(int index)The conversation turns uttered during the test case replay in chronological order.ConversationTurnTestCaseResult. getConversationTurns(int index)The conversation turns uttered during the test case replay in chronological order.ConversationTurnTestCaseResultOrBuilder. getConversationTurns(int index)The conversation turns uttered during the test case replay in chronological order.static ConversationTurnConversationTurn. getDefaultInstance()ConversationTurnConversationTurn.Builder. getDefaultInstanceForType()ConversationTurnConversationTurn. getDefaultInstanceForType()ConversationTurnTestCase.Builder. getTestCaseConversationTurns(int index)The conversation turns uttered when the test case was created, in chronological order.ConversationTurnTestCase. getTestCaseConversationTurns(int index)The conversation turns uttered when the test case was created, in chronological order.ConversationTurnTestCaseOrBuilder. getTestCaseConversationTurns(int index)The conversation turns uttered when the test case was created, in chronological order.static ConversationTurnConversationTurn. parseDelimitedFrom(InputStream input)static ConversationTurnConversationTurn. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConversationTurnConversationTurn. parseFrom(byte[] data)static ConversationTurnConversationTurn. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConversationTurnConversationTurn. parseFrom(com.google.protobuf.ByteString data)static ConversationTurnConversationTurn. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConversationTurnConversationTurn. parseFrom(com.google.protobuf.CodedInputStream input)static ConversationTurnConversationTurn. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConversationTurnConversationTurn. parseFrom(InputStream input)static ConversationTurnConversationTurn. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConversationTurnConversationTurn. parseFrom(ByteBuffer data)static ConversationTurnConversationTurn. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 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.v3 with parameters of type ConversationTurn Modifier and Type Method Description TestCaseResult.BuilderTestCaseResult.Builder. addConversationTurns(int index, ConversationTurn value)The conversation turns uttered during the test case replay in chronological order.TestCaseResult.BuilderTestCaseResult.Builder. addConversationTurns(ConversationTurn value)The conversation turns uttered during the test case replay in chronological order.TestCase.BuilderTestCase.Builder. addTestCaseConversationTurns(int index, ConversationTurn value)The conversation turns uttered when the test case was created, in chronological order.TestCase.BuilderTestCase.Builder. addTestCaseConversationTurns(ConversationTurn value)The conversation turns uttered when the test case was created, in chronological order.ConversationTurn.BuilderConversationTurn.Builder. mergeFrom(ConversationTurn other)static ConversationTurn.BuilderConversationTurn. newBuilder(ConversationTurn prototype)TestCaseResult.BuilderTestCaseResult.Builder. setConversationTurns(int index, ConversationTurn value)The conversation turns uttered during the test case replay in chronological order.TestCase.BuilderTestCase.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.v3 with type arguments of type ConversationTurn Modifier and Type Method Description TestCaseResult.BuilderTestCaseResult.Builder. addAllConversationTurns(Iterable<? extends ConversationTurn> values)The conversation turns uttered during the test case replay in chronological order.TestCase.BuilderTestCase.Builder. addAllTestCaseConversationTurns(Iterable<? extends ConversationTurn> values)The conversation turns uttered when the test case was created, in chronological order.
-