GoogleCloudDialogflowV2KnowledgeAssistDebugInfo constructor

GoogleCloudDialogflowV2KnowledgeAssistDebugInfo({
  1. String? datastoreResponseReason,
  2. GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo? ingestedContextReferenceDebugInfo,
  3. GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior? knowledgeAssistBehavior,
  4. String? queryCategorizationFailureReason,
  5. String? queryGenerationFailureReason,
  6. GoogleCloudDialogflowV2ServiceLatency? serviceLatency,
})

Implementation

GoogleCloudDialogflowV2KnowledgeAssistDebugInfo({
  this.datastoreResponseReason,
  this.ingestedContextReferenceDebugInfo,
  this.knowledgeAssistBehavior,
  this.queryCategorizationFailureReason,
  this.queryGenerationFailureReason,
  this.serviceLatency,
});