Package | Description |
---|---|
com.oracle.bmc.oda | |
com.oracle.bmc.oda.responses |
Modifier and Type | Method and Description |
---|---|
ListSkillsResponse |
ManagementClient.listSkills(ListSkillsRequest request) |
ListSkillsResponse |
Management.listSkills(ListSkillsRequest request)
Returns a page of Skills that belong to the specified Digital Assistant instance.
|
Modifier and Type | Method and Description |
---|---|
Future<ListSkillsResponse> |
ManagementAsyncClient.listSkills(ListSkillsRequest request,
AsyncHandler<ListSkillsRequest,ListSkillsResponse> handler) |
Future<ListSkillsResponse> |
ManagementAsync.listSkills(ListSkillsRequest request,
AsyncHandler<ListSkillsRequest,ListSkillsResponse> handler)
Returns a page of Skills that belong to the specified Digital Assistant instance.
|
Iterable<ListSkillsResponse> |
ManagementPaginators.listSkillsResponseIterator(ListSkillsRequest request)
Creates a new iterable which will iterate over the responses received from the listSkills
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListSkillsResponse> |
ManagementAsyncClient.listSkills(ListSkillsRequest request,
AsyncHandler<ListSkillsRequest,ListSkillsResponse> handler) |
Future<ListSkillsResponse> |
ManagementAsync.listSkills(ListSkillsRequest request,
AsyncHandler<ListSkillsRequest,ListSkillsResponse> handler)
Returns a page of Skills that belong to the specified Digital Assistant instance.
|
Modifier and Type | Method and Description |
---|---|
ListSkillsResponse |
ListSkillsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListSkillsResponse.Builder |
ListSkillsResponse.Builder.copy(ListSkillsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.