Class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo
Inheritance
GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo : IDirectResponseSchema
Properties
CandidatesTokenCount
Declaration
[JsonProperty("candidatesTokenCount")]
public virtual int? CandidatesTokenCount { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
PromptTokenCount
Declaration
[JsonProperty("promptTokenCount")]
public virtual int? PromptTokenCount { get; set; }
Property Value
SimilarityToLastQuery
Declaration
[JsonProperty("similarityToLastQuery")]
public virtual float? SimilarityToLastQuery { get; set; }
Property Value
SimilarityToLastQueryThreshold
Declaration
[JsonProperty("similarityToLastQueryThreshold")]
public virtual float? SimilarityToLastQueryThreshold { get; set; }
Property Value
ThinkingBudgetTokens
Declaration
[JsonProperty("thinkingBudgetTokens")]
public virtual int? ThinkingBudgetTokens { get; set; }
Property Value
ThinkingLevel
Declaration
[JsonProperty("thinkingLevel")]
public virtual string ThinkingLevel { get; set; }
Property Value
TotalTokenCount
Declaration
[JsonProperty("totalTokenCount")]
public virtual int? TotalTokenCount { get; set; }
Property Value
Implements