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 VersionName
VersionName.Builder. build()
VersionName
VersionName.ProjectLocationVersionBuilder. build()
static VersionName
VersionName. of(String project, String version)
static VersionName
VersionName. ofProjectLocationVersionName(String project, String location, String version)
static VersionName
VersionName. ofProjectVersionName(String project, String version)
static VersionName
VersionName. 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 void
VersionsClient. deleteVersion(VersionName name)
Delete the specified agent version.Version
VersionsClient. 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)
-