OperationDisplayInfo Class

The operation supported by Bot Service Management.

Inheritance
OperationDisplayInfo

Constructor

OperationDisplayInfo(*, description: Optional[str] = None, operation: Optional[str] = None, provider: Optional[str] = None, resource: Optional[str] = None, **kwargs)

Parameters

description
str
Required

The description of the operation.

operation
str
Required

The action that users can perform, based on their permission level.

provider
str
Required

Service provider: Microsoft Bot Service.

resource
str
Required

Resource on which the operation is performed.