Class TestCaseName.Builder
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.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 protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestCaseName
build()
String
getAgent()
String
getLocation()
String
getProject()
String
getTestCase()
TestCaseName.Builder
setAgent(String agent)
TestCaseName.Builder
setLocation(String location)
TestCaseName.Builder
setProject(String project)
TestCaseName.Builder
setTestCase(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()
-
-