Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
SessionName |
SessionName.Builder.build() |
SessionName |
SessionName.ProjectEnvironmentUserSessionBuilder.build() |
SessionName |
SessionName.ProjectLocationSessionBuilder.build() |
SessionName |
SessionName.ProjectLocationEnvironmentUserSessionBuilder.build() |
static SessionName |
SessionName.of(String project,
String session) |
static SessionName |
SessionName.ofProjectEnvironmentUserSessionName(String project,
String environment,
String user,
String session) |
static SessionName |
SessionName.ofProjectLocationEnvironmentUserSessionName(String project,
String location,
String environment,
String user,
String session) |
static SessionName |
SessionName.ofProjectLocationSessionName(String project,
String location,
String session) |
static SessionName |
SessionName.ofProjectSessionName(String project,
String session) |
static SessionName |
SessionName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<SessionName> |
SessionName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
Context |
ContextsClient.createContext(SessionName parent,
Context context)
Creates a context.
|
SessionEntityType |
SessionEntityTypesClient.createSessionEntityType(SessionName parent,
SessionEntityType sessionEntityType)
Creates a session entity type.
|
void |
ContextsClient.deleteAllContexts(SessionName parent)
Deletes all active contexts in the specified session.
|
DetectIntentResponse |
SessionsClient.detectIntent(SessionName session,
QueryInput queryInput)
Processes a natural language query and returns structured, actionable data as a result.
|
ContextsClient.ListContextsPagedResponse |
ContextsClient.listContexts(SessionName parent)
Returns the list of all contexts in the specified session.
|
SessionEntityTypesClient.ListSessionEntityTypesPagedResponse |
SessionEntityTypesClient.listSessionEntityTypes(SessionName parent)
Returns the list of all session entity types in the specified session.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
SessionName.toStringList(List<SessionName> values) |
Copyright © 2022 Google LLC. All rights reserved.