Get Dynamic Entities

get

/api/v1/bots/{botId}/dynamicEntities

Returns the list of dynamic entities for the given skill. You can use this operation to find a dynamic entity's ID.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success.
Body ()
Root Schema : DynamicEntitiesPaginatedData
Type: object
List of a skill's dynamic entities.
Show Source
Nested Schema : items
Type: array
The items being returned.
Show Source
Nested Schema : NamedEntityDetail
Type: object
Entity details.
Show Source

404 Response

The request can't be performed because the specified skill doesn't exist.
Body ()
Root Schema : RestError
Type: object
Show Source
Nested Schema : o:errorDetails
Type: array
Show Source
Nested Schema : Location
Type: object
Show Source
Nested Schema : Context
Type: object
Show Source
Back to Top