Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static List<VersionName> |
VersionName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
void |
VersionsClient.deleteVersion(VersionName name)
Delete the specified agent version.
|
Version |
VersionsClient.getVersion(VersionName name)
Retrieves the specified agent version.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
VersionName.toStringList(List<VersionName> values) |
Copyright © 2022 Google LLC. All rights reserved.