InlineSkillSourceParam 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.
Inline skill payload.
public class InlineSkillSourceParam : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.InlineSkillSourceParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.InlineSkillSourceParam>
type InlineSkillSourceParam = class
interface IJsonModel<InlineSkillSourceParam>
interface IPersistableModel<InlineSkillSourceParam>
Public Class InlineSkillSourceParam
Implements IJsonModel(Of InlineSkillSourceParam), IPersistableModel(Of InlineSkillSourceParam)
- Inheritance
-
InlineSkillSourceParam
- Implements
Constructors
| Name | Description |
|---|---|
| InlineSkillSourceParam(String) |
Initializes a new instance of InlineSkillSourceParam. |
Properties
| Name | Description |
|---|---|
| Data |
Base64-encoded skill zip bundle. |
| MediaType |
The media type of the inline skill payload. Must be |
| Type |
The type of the inline skill source. Must be |