Show / Hide Table of Contents

Class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo

Inheritance
object
GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo : IDirectResponseSchema

Properties

CandidatesTokenCount

Declaration
[JsonProperty("candidatesTokenCount")]
public virtual int? CandidatesTokenCount { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PromptTokenCount

Declaration
[JsonProperty("promptTokenCount")]
public virtual int? PromptTokenCount { get; set; }
Property Value
Type Description
int?

SimilarityToLastQuery

Declaration
[JsonProperty("similarityToLastQuery")]
public virtual float? SimilarityToLastQuery { get; set; }
Property Value
Type Description
float?

SimilarityToLastQueryThreshold

Declaration
[JsonProperty("similarityToLastQueryThreshold")]
public virtual float? SimilarityToLastQueryThreshold { get; set; }
Property Value
Type Description
float?

ThinkingBudgetTokens

Declaration
[JsonProperty("thinkingBudgetTokens")]
public virtual int? ThinkingBudgetTokens { get; set; }
Property Value
Type Description
int?

ThinkingLevel

Declaration
[JsonProperty("thinkingLevel")]
public virtual string ThinkingLevel { get; set; }
Property Value
Type Description
string

TotalTokenCount

Declaration
[JsonProperty("totalTokenCount")]
public virtual int? TotalTokenCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX