SkillChannelApiHandler Class

Definition

This IChannelApiHandler is primarily used when calling another Agent using DeliveryModes.Normal, and forwarding most Agent replies to the originating channel. This is the legacy behavior for the Root bot in a Bot Framework Skill scenario, including for Dialogs SkillDialog.

public class SkillChannelApiHandler : Microsoft.Agents.Builder.IChannelApiHandler
type SkillChannelApiHandler = class
    interface IChannelApiHandler
Public Class SkillChannelApiHandler
Implements IChannelApiHandler
Inheritance
SkillChannelApiHandler
Implements

Remarks

This is provided for compatibility with Dialogs SkillDialog. It is not intended for use with AgentApplication.

Applies to