Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
EnvironmentName |
EnvironmentName.Builder.build() |
EnvironmentName |
EnvironmentName.ProjectLocationEnvironmentBuilder.build() |
static EnvironmentName |
EnvironmentName.of(String project,
String environment) |
static EnvironmentName |
EnvironmentName.ofProjectEnvironmentName(String project,
String environment) |
static EnvironmentName |
EnvironmentName.ofProjectLocationEnvironmentName(String project,
String location,
String environment) |
static EnvironmentName |
EnvironmentName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<EnvironmentName> |
EnvironmentName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
EnvironmentName.toStringList(List<EnvironmentName> values) |
Copyright © 2022 Google LLC. All rights reserved.