void |
TestCasesClient.batchDeleteTestCases(AgentName parent) |
Batch deletes test cases.
|
EntityType |
EntityTypesClient.createEntityType(AgentName parent,
EntityType entityType) |
Creates an entity type in the specified agent.
|
com.google.api.gax.longrunning.OperationFuture<Environment,com.google.protobuf.Struct> |
EnvironmentsClient.createEnvironmentAsync(AgentName parent,
Environment environment) |
Creates an [Environment][google.cloud.dialogflow.cx.v3beta1.Environment] in the specified
[Agent][google.cloud.dialogflow.cx.v3beta1.Agent].
|
Flow |
FlowsClient.createFlow(AgentName parent,
Flow flow) |
Creates a flow in the specified agent.
|
Intent |
IntentsClient.createIntent(AgentName parent,
Intent intent) |
Creates an intent in the specified agent.
|
TestCase |
TestCasesClient.createTestCase(AgentName parent,
TestCase testCase) |
Creates a test case for the given agent.
|
TransitionRouteGroup |
TransitionRouteGroupsClient.createTransitionRouteGroup(AgentName parent,
TransitionRouteGroup transitionRouteGroup) |
Creates an [TransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup] in
the specified flow.
|
Webhook |
WebhooksClient.createWebhook(AgentName parent,
Webhook webhook) |
Creates a webhook in the specified agent.
|
void |
AgentsClient.deleteAgent(AgentName name) |
Deletes the specified agent.
|
Agent |
AgentsClient.getAgent(AgentName name) |
Retrieves the specified agent.
|
ChangelogsClient.ListChangelogsPagedResponse |
ChangelogsClient.listChangelogs(AgentName parent) |
Returns the list of Changelogs.
|
EntityTypesClient.ListEntityTypesPagedResponse |
EntityTypesClient.listEntityTypes(AgentName parent) |
Returns the list of all entity types in the specified agent.
|
EnvironmentsClient.ListEnvironmentsPagedResponse |
EnvironmentsClient.listEnvironments(AgentName parent) |
Returns the list of all environments in the specified
[Agent][google.cloud.dialogflow.cx.v3beta1.Agent].
|
FlowsClient.ListFlowsPagedResponse |
FlowsClient.listFlows(AgentName parent) |
Returns the list of all flows in the specified agent.
|
IntentsClient.ListIntentsPagedResponse |
IntentsClient.listIntents(AgentName parent) |
Returns the list of all intents in the specified agent.
|
TestCasesClient.ListTestCasesPagedResponse |
TestCasesClient.listTestCases(AgentName parent) |
Fetches a list of test cases for a given agent.
|
TransitionRouteGroupsClient.ListTransitionRouteGroupsPagedResponse |
TransitionRouteGroupsClient.listTransitionRouteGroups(AgentName parent) |
Returns the list of all transition route groups in the specified flow.
|
WebhooksClient.ListWebhooksPagedResponse |
WebhooksClient.listWebhooks(AgentName parent) |
Returns the list of all webhooks in the specified agent.
|