Package | Description |
---|---|
com.oracle.bmc.oda | |
com.oracle.bmc.oda.requests |
Modifier and Type | Method and Description |
---|---|
ListSkillsResponse |
Management.listSkills(ListSkillsRequest request)
Returns a page of Skills that belong to the specified Digital Assistant instance.
|
ListSkillsResponse |
ManagementClient.listSkills(ListSkillsRequest request) |
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<SkillSummary> |
ManagementPaginators.listSkillsRecordIterator(ListSkillsRequest request)
Creates a new iterable which will iterate over the
SkillSummary objects contained in responses from the listSkills
operation. |
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 |
---|---|
ListSkillsRequest |
ListSkillsRequest.Builder.build()
Build the instance of ListSkillsRequest as configured by this builder
|
ListSkillsRequest |
ListSkillsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListSkillsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListSkillsRequest.Builder |
ListSkillsRequest.Builder.copy(ListSkillsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.