AgentAttribute(String, String, String) 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.
public AgentAttribute(string? name = default, string? description = default, string? version = default);
new Microsoft.Agents.Builder.App.AgentAttribute : string * string * string -> Microsoft.Agents.Builder.App.AgentAttribute
Public Sub New (Optional name As String = Nothing, Optional description As String = Nothing, Optional version As String = Nothing)
Parameters
- name
- String
- description
- String
- version
- String