EvaluationOptions.CacheScope 属性

定义

获取或设置评估结果的缓存范围。

public Microsoft.Bot.Builder.LanguageGeneration.LGCacheScope? CacheScope { get; set; }
member this.CacheScope : Nullable<Microsoft.Bot.Builder.LanguageGeneration.LGCacheScope> with get, set
Public Property CacheScope As Nullable(Of LGCacheScope)

属性值

评估结果的缓存范围。

适用于