Class PageName.Builder
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.PageName.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageName
build()
String
getAgent()
String
getFlow()
String
getLocation()
String
getPage()
String
getProject()
PageName.Builder
setAgent(String agent)
PageName.Builder
setFlow(String flow)
PageName.Builder
setLocation(String location)
PageName.Builder
setPage(String page)
PageName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getFlow
public String getFlow()
-
getPage
public String getPage()
-
setProject
public PageName.Builder setProject(String project)
-
setLocation
public PageName.Builder setLocation(String location)
-
setAgent
public PageName.Builder setAgent(String agent)
-
setFlow
public PageName.Builder setFlow(String flow)
-
setPage
public PageName.Builder setPage(String page)
-
build
public PageName build()
-
-