Class TestCaseName.Builder
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.TestCaseName.Builder
-
- Enclosing class:
- TestCaseName
public static class TestCaseName.Builder extends Object
Builder for projects/{project}/locations/{location}/agents/{agent}/testCases/{test_case}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestCaseNamebuild()StringgetAgent()StringgetLocation()StringgetProject()StringgetTestCase()TestCaseName.BuildersetAgent(String agent)TestCaseName.BuildersetLocation(String location)TestCaseName.BuildersetProject(String project)TestCaseName.BuildersetTestCase(String testCase)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getTestCase
public String getTestCase()
-
setProject
public TestCaseName.Builder setProject(String project)
-
setLocation
public TestCaseName.Builder setLocation(String location)
-
setAgent
public TestCaseName.Builder setAgent(String agent)
-
setTestCase
public TestCaseName.Builder setTestCase(String testCase)
-
build
public TestCaseName build()
-
-