Share via


ChatTurnDetails.CacheKey Property

Definition

Gets or sets the cache key for the cached model response for the chat conversation turn.

public:
 property System::String ^ CacheKey { System::String ^ get(); void set(System::String ^ value); };
public string? CacheKey { get; set; }
member this.CacheKey : string with get, set
Public Property CacheKey As String

Property Value

Remarks

Returns null if response caching was disabled.

Applies to