botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

Add supported channels to the Skills manifest

Open clearab opened this issue 6 years ago • 4 comments

Because there are channel-specific a bot may do, it is important that a skill consumer be aware of the channels supported by the child bot.

An optional "targetedChannels" (maybe "supportedChannels"?) array should be added in the "properties" section. Potentially:

"properties": {
...
    "targetedChannels": {

        "type": "array",

        "uniqueItems": true,

        "description": "List of channels the skill is designed to work in",

        "items": {

            "$ref": "#/definitions/targetedChannels"

         }

    }
...
}

clearab avatar Feb 04 '20 22:02 clearab

Assigned to @scheyal for scoping and possible inclusion in R8.

cleemullins avatar Feb 10 '20 23:02 cleemullins

This one is for me :)

clearab avatar Feb 10 '20 23:02 clearab

Hi @clearab, do you think we should address this as part of R11? Or close it? or Backlog it?

gabog avatar Sep 11 '20 15:09 gabog

@carlosscastro can you check in here? there could be overlap with the in-proc adapter modeling

cwhitten avatar Sep 11 '20 16:09 cwhitten