ChatTurnDetails.CacheHit Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant si la réponse du modèle a été récupérée à partir du cache.
public:
property Nullable<bool> CacheHit { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? CacheHit { get; set; }
member this.CacheHit : Nullable<bool> with get, set
Public Property CacheHit As Nullable(Of Boolean)
Valeur de propriété
Remarques
Retourne null si la mise en cache de la réponse a été désactivée.