Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
AgentName |
AgentName.Builder.build() |
AgentName |
AgentName.ProjectLocationAgentBuilder.build() |
static AgentName |
AgentName.of(String project) |
static AgentName |
AgentName.ofProjectAgentName(String project)
Deprecated.
Please use
#ofProjectName() instead |
static AgentName |
AgentName.ofProjectLocationAgentName(String project,
String location)
Deprecated.
Please use
#ofProjectLocationName() instead |
static AgentName |
AgentName.ofProjectLocationName(String project,
String location) |
static AgentName |
AgentName.ofProjectName(String project) |
static AgentName |
AgentName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<AgentName> |
AgentName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
OperationFuture<Empty,Struct> |
EntityTypesClient.batchDeleteEntityTypesAsync(AgentName parent,
List<String> entityTypeNames)
Deletes entity types in the specified agent.
|
OperationFuture<Empty,Struct> |
IntentsClient.batchDeleteIntentsAsync(AgentName parent,
List<Intent> intents)
Deletes intents in the specified agent.
|
OperationFuture<BatchUpdateIntentsResponse,Struct> |
IntentsClient.batchUpdateIntentsAsync(AgentName parent,
IntentBatch intentBatchInline)
Updates/Creates multiple intents in the specified agent.
|
OperationFuture<BatchUpdateIntentsResponse,Struct> |
IntentsClient.batchUpdateIntentsAsync(AgentName parent,
String intentBatchUri)
Updates/Creates multiple intents in the specified agent.
|
EntityType |
EntityTypesClient.createEntityType(AgentName parent,
EntityType entityType)
Creates an entity type in the specified agent.
|
EntityType |
EntityTypesClient.createEntityType(AgentName parent,
EntityType entityType,
String languageCode)
Creates an entity type in the specified agent.
|
Intent |
IntentsClient.createIntent(AgentName parent,
Intent intent)
Creates an intent in the specified agent.
|
Intent |
IntentsClient.createIntent(AgentName parent,
Intent intent,
String languageCode)
Creates an intent in the specified agent.
|
Version |
VersionsClient.createVersion(AgentName parent,
Version version)
Creates an agent version.
|
EntityTypesClient.ListEntityTypesPagedResponse |
EntityTypesClient.listEntityTypes(AgentName parent)
Returns the list of all entity types in the specified agent.
|
EntityTypesClient.ListEntityTypesPagedResponse |
EntityTypesClient.listEntityTypes(AgentName parent,
String languageCode)
Returns the list of all entity types in the specified agent.
|
EnvironmentsClient.ListEnvironmentsPagedResponse |
EnvironmentsClient.listEnvironments(AgentName parent)
Returns the list of all non-draft environments of the specified agent.
|
IntentsClient.ListIntentsPagedResponse |
IntentsClient.listIntents(AgentName parent)
Returns the list of all intents in the specified agent.
|
IntentsClient.ListIntentsPagedResponse |
IntentsClient.listIntents(AgentName parent,
String languageCode)
Returns the list of all intents in the specified agent.
|
VersionsClient.ListVersionsPagedResponse |
VersionsClient.listVersions(AgentName parent)
Returns the list of all versions of the specified agent.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
AgentName.toStringList(List<AgentName> values) |
Copyright © 2022 Google LLC. All rights reserved.