Uses of Class
com.google.cloud.dialogflow.cx.v3.VersionName
-
Packages that use VersionName Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of VersionName in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return VersionName Modifier and Type Method Description VersionNameVersionName.Builder. build()static VersionNameVersionName. of(String project, String location, String agent, String flow, String version)static VersionNameVersionName. parse(String formattedString)Methods in com.google.cloud.dialogflow.cx.v3 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.cx.v3 with parameters of type VersionName Modifier and Type Method Description CompareVersionsResponseVersionsClient. compareVersions(VersionName baseVersion)Compares the specified base version with target version.voidVersionsClient. deleteVersion(VersionName name)Deletes the specified [Version][google.cloud.dialogflow.cx.v3.Version].VersionVersionsClient. getVersion(VersionName name)Retrieves the specified [Version][google.cloud.dialogflow.cx.v3.Version].com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,com.google.protobuf.Struct>VersionsClient. loadVersionAsync(VersionName name)Loads resources in the specified version to the draft flow.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type VersionName Modifier and Type Method Description static List<String>VersionName. toStringList(List<VersionName> values)
-