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 PageNamePageName.Builder. build()static PageNamePageName. of(String project, String location, String agent, String flow, String page)static PageNamePageName. 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 voidPagesClient. deletePage(PageName name)Deletes the specified page.PagePagesClient. 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)
-