Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
ContextName |
ContextName.Builder.build() |
ContextName |
ContextName.ProjectEnvironmentUserSessionContextBuilder.build() |
ContextName |
ContextName.ProjectLocationSessionContextBuilder.build() |
ContextName |
ContextName.ProjectLocationEnvironmentUserSessionContextBuilder.build() |
static ContextName |
ContextName.of(String project,
String session,
String context) |
static ContextName |
ContextName.ofProjectEnvironmentUserSessionContextName(String project,
String environment,
String user,
String session,
String context) |
static ContextName |
ContextName.ofProjectLocationEnvironmentUserSessionContextName(String project,
String location,
String environment,
String user,
String session,
String context) |
static ContextName |
ContextName.ofProjectLocationSessionContextName(String project,
String location,
String session,
String context) |
static ContextName |
ContextName.ofProjectSessionContextName(String project,
String session,
String context) |
static ContextName |
ContextName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ContextName> |
ContextName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
void |
ContextsClient.deleteContext(ContextName name)
Deletes the specified context.
|
Context |
ContextsClient.getContext(ContextName name)
Retrieves the specified context.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ContextName.toStringList(List<ContextName> values) |
Copyright © 2022 Google LLC. All rights reserved.