次の方法で共有


Skill.Context プロパティ

定義

ドキュメントのルートやドキュメントのコンテンツ (/document や /document/content など) など、操作が実行されるレベルを表す値を取得または設定します。 既定値は /document です。

[Newtonsoft.Json.JsonProperty(PropertyName="context")]
public string Context { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="context")>]
member this.Context : string with get, set
Public Property Context As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象