Uses of Class
com.google.cloud.dialogflow.v2beta1.VersionName
-
Packages that use VersionName Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of VersionName in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return VersionName Modifier and Type Method Description VersionNameVersionName.Builder. build()VersionNameVersionName.ProjectLocationVersionBuilder. build()static VersionNameVersionName. of(String project, String version)static VersionNameVersionName. ofProjectLocationVersionName(String project, String location, String version)static VersionNameVersionName. ofProjectVersionName(String project, String version)static VersionNameVersionName. parse(String formattedString)Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type VersionName Modifier and Type Method Description static List<VersionName>VersionName. parseList(List<String> formattedStrings)Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type VersionName Modifier and Type Method Description voidVersionsClient. deleteVersion(VersionName name)Delete the specified agent version.VersionVersionsClient. getVersion(VersionName name)Retrieves the specified agent version.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type VersionName Modifier and Type Method Description static List<String>VersionName. toStringList(List<VersionName> values)
-