com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,com.google.protobuf.Struct> |
EntityTypesClient.batchDeleteEntityTypesAsync(AgentName parent,
List<String> entityTypeNames) |
Deletes entity types in the specified agent.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,com.google.protobuf.Struct> |
IntentsClient.batchDeleteIntentsAsync(AgentName parent,
List<Intent> intents) |
Deletes intents in the specified agent.
|
com.google.api.gax.longrunning.OperationFuture<BatchUpdateIntentsResponse,com.google.protobuf.Struct> |
IntentsClient.batchUpdateIntentsAsync(AgentName parent,
IntentBatch intentBatchInline) |
Updates/Creates multiple intents in the specified agent.
|
com.google.api.gax.longrunning.OperationFuture<BatchUpdateIntentsResponse,com.google.protobuf.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-default 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.
|