CoreJsonContext.HeroCard Property

Definition

Defines the source generated JSON serialization contract metadata for a given type.

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<Microsoft.Agents.Core.Models.HeroCard> HeroCard { get; }
member this.HeroCard : System.Text.Json.Serialization.Metadata.JsonTypeInfo<Microsoft.Agents.Core.Models.HeroCard>
Public ReadOnly Property HeroCard As JsonTypeInfo(Of HeroCard)

Property Value

Applies to