Share via


EvaluationOptions.CacheScope Property

Definition

Gets or sets cache scope of the evaluation result.

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)

Property Value

Cache scope of the evaluation result.

Applies to