InlineSkillParam(String, String, InlineSkillSourceParam) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of InlineSkillParam.
public InlineSkillParam(string name, string description, Azure.AI.AgentServer.Responses.Models.InlineSkillSourceParam source);
new Azure.AI.AgentServer.Responses.Models.InlineSkillParam : string * string * Azure.AI.AgentServer.Responses.Models.InlineSkillSourceParam -> Azure.AI.AgentServer.Responses.Models.InlineSkillParam
Public Sub New (name As String, description As String, source As InlineSkillSourceParam)
Parameters
- name
- String
The name of the skill.
- description
- String
The description of the skill.
- source
- InlineSkillSourceParam
Inline skill payload.
Exceptions
name, description or source is null.