public static final class TestCase.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder> implements TestCaseOrBuilder
Represents a test case.Protobuf type
google.cloud.dialogflow.cx.v3.TestCase| Modifier and Type | Method and Description |
|---|---|
TestCase.Builder |
addAllTags(Iterable<String> values)
Tags are short descriptions that users may apply to test cases for
organizational and filtering purposes.
|
TestCase.Builder |
addAllTestCaseConversationTurns(Iterable<? extends ConversationTurn> values)
The conversation turns uttered when the test case was created, in
chronological order.
|
TestCase.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TestCase.Builder |
addTags(String value)
Tags are short descriptions that users may apply to test cases for
organizational and filtering purposes.
|
TestCase.Builder |
addTagsBytes(com.google.protobuf.ByteString value)
Tags are short descriptions that users may apply to test cases for
organizational and filtering purposes.
|
TestCase.Builder |
addTestCaseConversationTurns(ConversationTurn.Builder builderForValue)
The conversation turns uttered when the test case was created, in
chronological order.
|
TestCase.Builder |
addTestCaseConversationTurns(ConversationTurn value)
The conversation turns uttered when the test case was created, in
chronological order.
|
TestCase.Builder |
addTestCaseConversationTurns(int index,
ConversationTurn.Builder builderForValue)
The conversation turns uttered when the test case was created, in
chronological order.
|
TestCase.Builder |
addTestCaseConversationTurns(int index,
ConversationTurn value)
The conversation turns uttered when the test case was created, in
chronological order.
|
ConversationTurn.Builder |
addTestCaseConversationTurnsBuilder()
The conversation turns uttered when the test case was created, in
chronological order.
|
ConversationTurn.Builder |
addTestCaseConversationTurnsBuilder(int index)
The conversation turns uttered when the test case was created, in
chronological order.
|
TestCase |
build() |
TestCase |
buildPartial() |
TestCase.Builder |
clear() |
TestCase.Builder |
clearCreationTime()
Output only.
|
TestCase.Builder |
clearDisplayName()
Required.
|
TestCase.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TestCase.Builder |
clearLastTestResult()
The latest test result.
|
TestCase.Builder |
clearName()
The unique identifier of the test case.
|
TestCase.Builder |
clearNotes()
Additional freeform notes about the test case.
|
TestCase.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TestCase.Builder |
clearTags()
Tags are short descriptions that users may apply to test cases for
organizational and filtering purposes.
|
TestCase.Builder |
clearTestCaseConversationTurns()
The conversation turns uttered when the test case was created, in
chronological order.
|
TestCase.Builder |
clearTestConfig()
Config for the test case.
|
TestCase.Builder |
clone() |
com.google.protobuf.Timestamp |
getCreationTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getCreationTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreationTimeOrBuilder()
Output only.
|
TestCase |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
TestCaseResult |
getLastTestResult()
The latest test result.
|
TestCaseResult.Builder |
getLastTestResultBuilder()
The latest test result.
|
TestCaseResultOrBuilder |
getLastTestResultOrBuilder()
The latest test result.
|
String |
getName()
The unique identifier of the test case.
|
com.google.protobuf.ByteString |
getNameBytes()
The unique identifier of the test case.
|
String |
getNotes()
Additional freeform notes about the test case.
|
com.google.protobuf.ByteString |
getNotesBytes()
Additional freeform notes about the test case.
|
String |
getTags(int index)
Tags are short descriptions that users may apply to test cases for
organizational and filtering purposes.
|
com.google.protobuf.ByteString |
getTagsBytes(int index)
Tags are short descriptions that users may apply to test cases for
organizational and filtering purposes.
|
int |
getTagsCount()
Tags are short descriptions that users may apply to test cases for
organizational and filtering purposes.
|
com.google.protobuf.ProtocolStringList |
getTagsList()
Tags are short descriptions that users may apply to test cases for
organizational and filtering purposes.
|
ConversationTurn |
getTestCaseConversationTurns(int index)
The conversation turns uttered when the test case was created, in
chronological order.
|
ConversationTurn.Builder |
getTestCaseConversationTurnsBuilder(int index)
The conversation turns uttered when the test case was created, in
chronological order.
|
List<ConversationTurn.Builder> |
getTestCaseConversationTurnsBuilderList()
The conversation turns uttered when the test case was created, in
chronological order.
|
int |
getTestCaseConversationTurnsCount()
The conversation turns uttered when the test case was created, in
chronological order.
|
List<ConversationTurn> |
getTestCaseConversationTurnsList()
The conversation turns uttered when the test case was created, in
chronological order.
|
ConversationTurnOrBuilder |
getTestCaseConversationTurnsOrBuilder(int index)
The conversation turns uttered when the test case was created, in
chronological order.
|
List<? extends ConversationTurnOrBuilder> |
getTestCaseConversationTurnsOrBuilderList()
The conversation turns uttered when the test case was created, in
chronological order.
|
TestConfig |
getTestConfig()
Config for the test case.
|
TestConfig.Builder |
getTestConfigBuilder()
Config for the test case.
|
TestConfigOrBuilder |
getTestConfigOrBuilder()
Config for the test case.
|
boolean |
hasCreationTime()
Output only.
|
boolean |
hasLastTestResult()
The latest test result.
|
boolean |
hasTestConfig()
Config for the test case.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TestCase.Builder |
mergeCreationTime(com.google.protobuf.Timestamp value)
Output only.
|
TestCase.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TestCase.Builder |
mergeFrom(com.google.protobuf.Message other) |
TestCase.Builder |
mergeFrom(TestCase other) |
TestCase.Builder |
mergeLastTestResult(TestCaseResult value)
The latest test result.
|
TestCase.Builder |
mergeTestConfig(TestConfig value)
Config for the test case.
|
TestCase.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TestCase.Builder |
removeTestCaseConversationTurns(int index)
The conversation turns uttered when the test case was created, in
chronological order.
|
TestCase.Builder |
setCreationTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
TestCase.Builder |
setCreationTime(com.google.protobuf.Timestamp value)
Output only.
|
TestCase.Builder |
setDisplayName(String value)
Required.
|
TestCase.Builder |
setDisplayNameBytes(com.google.protobuf.ByteString value)
Required.
|
TestCase.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TestCase.Builder |
setLastTestResult(TestCaseResult.Builder builderForValue)
The latest test result.
|
TestCase.Builder |
setLastTestResult(TestCaseResult value)
The latest test result.
|
TestCase.Builder |
setName(String value)
The unique identifier of the test case.
|
TestCase.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The unique identifier of the test case.
|
TestCase.Builder |
setNotes(String value)
Additional freeform notes about the test case.
|
TestCase.Builder |
setNotesBytes(com.google.protobuf.ByteString value)
Additional freeform notes about the test case.
|
TestCase.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TestCase.Builder |
setTags(int index,
String value)
Tags are short descriptions that users may apply to test cases for
organizational and filtering purposes.
|
TestCase.Builder |
setTestCaseConversationTurns(int index,
ConversationTurn.Builder builderForValue)
The conversation turns uttered when the test case was created, in
chronological order.
|
TestCase.Builder |
setTestCaseConversationTurns(int index,
ConversationTurn value)
The conversation turns uttered when the test case was created, in
chronological order.
|
TestCase.Builder |
setTestConfig(TestConfig.Builder builderForValue)
Config for the test case.
|
TestCase.Builder |
setTestConfig(TestConfig value)
Config for the test case.
|
TestCase.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder>public TestCase.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder>public TestCase getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TestCase build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TestCase buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TestCase.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder>public TestCase.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder>public TestCase.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder>public TestCase.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder>public TestCase.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder>public TestCase.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder>public TestCase.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TestCase.Builder>public TestCase.Builder mergeFrom(TestCase other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder>public TestCase.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TestCase.Builder>IOExceptionpublic String getName()
The unique identifier of the test case. [TestCases.CreateTestCase][google.cloud.dialogflow.cx.v3.TestCases.CreateTestCase] will populate the name automatically. Otherwise use format: `projects/<Project ID>/locations/<LocationID>/agents/ <AgentID>/testCases/<TestCase ID>`.
string name = 1;getName in interface TestCaseOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The unique identifier of the test case. [TestCases.CreateTestCase][google.cloud.dialogflow.cx.v3.TestCases.CreateTestCase] will populate the name automatically. Otherwise use format: `projects/<Project ID>/locations/<LocationID>/agents/ <AgentID>/testCases/<TestCase ID>`.
string name = 1;getNameBytes in interface TestCaseOrBuilderpublic TestCase.Builder setName(String value)
The unique identifier of the test case. [TestCases.CreateTestCase][google.cloud.dialogflow.cx.v3.TestCases.CreateTestCase] will populate the name automatically. Otherwise use format: `projects/<Project ID>/locations/<LocationID>/agents/ <AgentID>/testCases/<TestCase ID>`.
string name = 1;value - The name to set.public TestCase.Builder clearName()
The unique identifier of the test case. [TestCases.CreateTestCase][google.cloud.dialogflow.cx.v3.TestCases.CreateTestCase] will populate the name automatically. Otherwise use format: `projects/<Project ID>/locations/<LocationID>/agents/ <AgentID>/testCases/<TestCase ID>`.
string name = 1;public TestCase.Builder setNameBytes(com.google.protobuf.ByteString value)
The unique identifier of the test case. [TestCases.CreateTestCase][google.cloud.dialogflow.cx.v3.TestCases.CreateTestCase] will populate the name automatically. Otherwise use format: `projects/<Project ID>/locations/<LocationID>/agents/ <AgentID>/testCases/<TestCase ID>`.
string name = 1;value - The bytes for name to set.public com.google.protobuf.ProtocolStringList getTagsList()
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
repeated string tags = 2;getTagsList in interface TestCaseOrBuilderpublic int getTagsCount()
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
repeated string tags = 2;getTagsCount in interface TestCaseOrBuilderpublic String getTags(int index)
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
repeated string tags = 2;getTags in interface TestCaseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getTagsBytes(int index)
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
repeated string tags = 2;getTagsBytes in interface TestCaseOrBuilderindex - The index of the value to return.public TestCase.Builder setTags(int index, String value)
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
repeated string tags = 2;index - The index to set the value at.value - The tags to set.public TestCase.Builder addTags(String value)
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
repeated string tags = 2;value - The tags to add.public TestCase.Builder addAllTags(Iterable<String> values)
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
repeated string tags = 2;values - The tags to add.public TestCase.Builder clearTags()
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
repeated string tags = 2;public TestCase.Builder addTagsBytes(com.google.protobuf.ByteString value)
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
repeated string tags = 2;value - The bytes of the tags to add.public String getDisplayName()
Required. The human-readable name of the test case, unique within the agent. Limit of 200 characters.
string display_name = 3 [(.google.api.field_behavior) = REQUIRED];getDisplayName in interface TestCaseOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Required. The human-readable name of the test case, unique within the agent. Limit of 200 characters.
string display_name = 3 [(.google.api.field_behavior) = REQUIRED];getDisplayNameBytes in interface TestCaseOrBuilderpublic TestCase.Builder setDisplayName(String value)
Required. The human-readable name of the test case, unique within the agent. Limit of 200 characters.
string display_name = 3 [(.google.api.field_behavior) = REQUIRED];value - The displayName to set.public TestCase.Builder clearDisplayName()
Required. The human-readable name of the test case, unique within the agent. Limit of 200 characters.
string display_name = 3 [(.google.api.field_behavior) = REQUIRED];public TestCase.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
Required. The human-readable name of the test case, unique within the agent. Limit of 200 characters.
string display_name = 3 [(.google.api.field_behavior) = REQUIRED];value - The bytes for displayName to set.public String getNotes()
Additional freeform notes about the test case. Limit of 400 characters.
string notes = 4;getNotes in interface TestCaseOrBuilderpublic com.google.protobuf.ByteString getNotesBytes()
Additional freeform notes about the test case. Limit of 400 characters.
string notes = 4;getNotesBytes in interface TestCaseOrBuilderpublic TestCase.Builder setNotes(String value)
Additional freeform notes about the test case. Limit of 400 characters.
string notes = 4;value - The notes to set.public TestCase.Builder clearNotes()
Additional freeform notes about the test case. Limit of 400 characters.
string notes = 4;public TestCase.Builder setNotesBytes(com.google.protobuf.ByteString value)
Additional freeform notes about the test case. Limit of 400 characters.
string notes = 4;value - The bytes for notes to set.public boolean hasTestConfig()
Config for the test case.
.google.cloud.dialogflow.cx.v3.TestConfig test_config = 13;hasTestConfig in interface TestCaseOrBuilderpublic TestConfig getTestConfig()
Config for the test case.
.google.cloud.dialogflow.cx.v3.TestConfig test_config = 13;getTestConfig in interface TestCaseOrBuilderpublic TestCase.Builder setTestConfig(TestConfig value)
Config for the test case.
.google.cloud.dialogflow.cx.v3.TestConfig test_config = 13;public TestCase.Builder setTestConfig(TestConfig.Builder builderForValue)
Config for the test case.
.google.cloud.dialogflow.cx.v3.TestConfig test_config = 13;public TestCase.Builder mergeTestConfig(TestConfig value)
Config for the test case.
.google.cloud.dialogflow.cx.v3.TestConfig test_config = 13;public TestCase.Builder clearTestConfig()
Config for the test case.
.google.cloud.dialogflow.cx.v3.TestConfig test_config = 13;public TestConfig.Builder getTestConfigBuilder()
Config for the test case.
.google.cloud.dialogflow.cx.v3.TestConfig test_config = 13;public TestConfigOrBuilder getTestConfigOrBuilder()
Config for the test case.
.google.cloud.dialogflow.cx.v3.TestConfig test_config = 13;getTestConfigOrBuilder in interface TestCaseOrBuilderpublic List<ConversationTurn> getTestCaseConversationTurnsList()
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
getTestCaseConversationTurnsList in interface TestCaseOrBuilderpublic int getTestCaseConversationTurnsCount()
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
getTestCaseConversationTurnsCount in interface TestCaseOrBuilderpublic ConversationTurn getTestCaseConversationTurns(int index)
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
getTestCaseConversationTurns in interface TestCaseOrBuilderpublic TestCase.Builder setTestCaseConversationTurns(int index, ConversationTurn value)
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public TestCase.Builder setTestCaseConversationTurns(int index, ConversationTurn.Builder builderForValue)
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public TestCase.Builder addTestCaseConversationTurns(ConversationTurn value)
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public TestCase.Builder addTestCaseConversationTurns(int index, ConversationTurn value)
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public TestCase.Builder addTestCaseConversationTurns(ConversationTurn.Builder builderForValue)
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public TestCase.Builder addTestCaseConversationTurns(int index, ConversationTurn.Builder builderForValue)
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public TestCase.Builder addAllTestCaseConversationTurns(Iterable<? extends ConversationTurn> values)
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public TestCase.Builder clearTestCaseConversationTurns()
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public TestCase.Builder removeTestCaseConversationTurns(int index)
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public ConversationTurn.Builder getTestCaseConversationTurnsBuilder(int index)
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public ConversationTurnOrBuilder getTestCaseConversationTurnsOrBuilder(int index)
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
getTestCaseConversationTurnsOrBuilder in interface TestCaseOrBuilderpublic List<? extends ConversationTurnOrBuilder> getTestCaseConversationTurnsOrBuilderList()
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
getTestCaseConversationTurnsOrBuilderList in interface TestCaseOrBuilderpublic ConversationTurn.Builder addTestCaseConversationTurnsBuilder()
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public ConversationTurn.Builder addTestCaseConversationTurnsBuilder(int index)
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public List<ConversationTurn.Builder> getTestCaseConversationTurnsBuilderList()
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
repeated .google.cloud.dialogflow.cx.v3.ConversationTurn test_case_conversation_turns = 5;
public boolean hasCreationTime()
Output only. When the test was created.
.google.protobuf.Timestamp creation_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreationTime in interface TestCaseOrBuilderpublic com.google.protobuf.Timestamp getCreationTime()
Output only. When the test was created.
.google.protobuf.Timestamp creation_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreationTime in interface TestCaseOrBuilderpublic TestCase.Builder setCreationTime(com.google.protobuf.Timestamp value)
Output only. When the test was created.
.google.protobuf.Timestamp creation_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TestCase.Builder setCreationTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. When the test was created.
.google.protobuf.Timestamp creation_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TestCase.Builder mergeCreationTime(com.google.protobuf.Timestamp value)
Output only. When the test was created.
.google.protobuf.Timestamp creation_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TestCase.Builder clearCreationTime()
Output only. When the test was created.
.google.protobuf.Timestamp creation_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getCreationTimeBuilder()
Output only. When the test was created.
.google.protobuf.Timestamp creation_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
Output only. When the test was created.
.google.protobuf.Timestamp creation_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreationTimeOrBuilder in interface TestCaseOrBuilderpublic boolean hasLastTestResult()
The latest test result.
.google.cloud.dialogflow.cx.v3.TestCaseResult last_test_result = 12;hasLastTestResult in interface TestCaseOrBuilderpublic TestCaseResult getLastTestResult()
The latest test result.
.google.cloud.dialogflow.cx.v3.TestCaseResult last_test_result = 12;getLastTestResult in interface TestCaseOrBuilderpublic TestCase.Builder setLastTestResult(TestCaseResult value)
The latest test result.
.google.cloud.dialogflow.cx.v3.TestCaseResult last_test_result = 12;public TestCase.Builder setLastTestResult(TestCaseResult.Builder builderForValue)
The latest test result.
.google.cloud.dialogflow.cx.v3.TestCaseResult last_test_result = 12;public TestCase.Builder mergeLastTestResult(TestCaseResult value)
The latest test result.
.google.cloud.dialogflow.cx.v3.TestCaseResult last_test_result = 12;public TestCase.Builder clearLastTestResult()
The latest test result.
.google.cloud.dialogflow.cx.v3.TestCaseResult last_test_result = 12;public TestCaseResult.Builder getLastTestResultBuilder()
The latest test result.
.google.cloud.dialogflow.cx.v3.TestCaseResult last_test_result = 12;public TestCaseResultOrBuilder getLastTestResultOrBuilder()
The latest test result.
.google.cloud.dialogflow.cx.v3.TestCaseResult last_test_result = 12;getLastTestResultOrBuilder in interface TestCaseOrBuilderpublic final TestCase.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder>public final TestCase.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TestCase.Builder>Copyright © 2022 Google LLC. All rights reserved.