Operations Interface
public interface Operations
Resource collection API of Operations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list()
Lists all the available Bot |
|
abstract
Paged |
list(Context context)
Lists all the available Bot |
Method Details
list
public abstract PagedIterable<OperationEntity> list()
Lists all the available BotService operations.
Returns:
list
public abstract PagedIterable<OperationEntity> list(Context context)
Lists all the available BotService operations.
Parameters:
Returns: