GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo constructor

GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo({
  1. int? candidatesTokenCount,
  2. int? promptTokenCount,
  3. double? similarityToLastQuery,
  4. double? similarityToLastQueryThreshold,
  5. int? thinkingBudgetTokens,
  6. String? thinkingLevel,
  7. int? totalTokenCount,
})

Implementation

GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo({
  this.candidatesTokenCount,
  this.promptTokenCount,
  this.similarityToLastQuery,
  this.similarityToLastQueryThreshold,
  this.thinkingBudgetTokens,
  this.thinkingLevel,
  this.totalTokenCount,
});