Class PageName.Builder
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.PageName.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageNamebuild()StringgetAgent()StringgetFlow()StringgetLocation()StringgetPage()StringgetProject()PageName.BuildersetAgent(String agent)PageName.BuildersetFlow(String flow)PageName.BuildersetLocation(String location)PageName.BuildersetPage(String page)PageName.BuildersetProject(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()
-
-