ResponsesInlineSkillParam Class
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.
The ResponsesInlineSkillParam.
public class ResponsesInlineSkillParam : Azure.AI.Extensions.OpenAI.ContainerSkill, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesInlineSkillParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesInlineSkillParam>
type ResponsesInlineSkillParam = class
inherit ContainerSkill
interface IJsonModel<ResponsesInlineSkillParam>
interface IPersistableModel<ResponsesInlineSkillParam>
Public Class ResponsesInlineSkillParam
Inherits ContainerSkill
Implements IJsonModel(Of ResponsesInlineSkillParam), IPersistableModel(Of ResponsesInlineSkillParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesInlineSkillParam(String, String, ResponsesInlineSkillSourceParam) |
Initializes a new instance of ResponsesInlineSkillParam. |
Properties
| Name | Description |
|---|---|
| Description |
The description of the skill. |
| Name |
The name of the skill. |
| Source |
Inline skill payload. |