Uses of Class
com.google.cloud.dialogflow.cx.v3.PageName
-
Packages that use PageName Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of PageName in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return PageName Modifier and Type Method Description PageName
PageName.Builder. build()
static PageName
PageName. of(String project, String location, String agent, String flow, String page)
static PageName
PageName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type PageName Modifier and Type Method Description static List<PageName>
PageName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type PageName Modifier and Type Method Description void
PagesClient. deletePage(PageName name)
Deletes the specified page.Page
PagesClient. getPage(PageName name)
Retrieves the specified page.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type PageName Modifier and Type Method Description static List<String>
PageName. toStringList(List<PageName> values)
-