Constructor SkillResourceLoadedEventArgs
SkillResourceLoadedEventArgs(AgentSkill, SkillResource, string)
Initializes a new instance of the SkillResourceLoadedEventArgs class.
public SkillResourceLoadedEventArgs(AgentSkill skill, SkillResource resource, string content)
Parameters
skillAgentSkillThe skill containing the resource.
resourceSkillResourceThe loaded resource.
contentstringThe content returned.