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 VersionName
VersionName.Builder. build()
static VersionName
VersionName. of(String project, String location, String agent, String flow, String version)
static VersionName
VersionName. 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 CompareVersionsResponse
VersionsClient. compareVersions(VersionName baseVersion)
Compares the specified base version with target version.void
VersionsClient. deleteVersion(VersionName name)
Deletes the specified [Version][google.cloud.dialogflow.cx.v3.Version].Version
VersionsClient. 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)
-