GoogleCloudDialogflowV2KnowledgeAssistDebugInfo constructor
GoogleCloudDialogflowV2KnowledgeAssistDebugInfo({
- String? datastoreResponseReason,
- GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo? ingestedContextReferenceDebugInfo,
- GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior? knowledgeAssistBehavior,
- String? queryCategorizationFailureReason,
- String? queryGenerationFailureReason,
- GoogleCloudDialogflowV2ServiceLatency? serviceLatency,
Implementation
GoogleCloudDialogflowV2KnowledgeAssistDebugInfo({
this.datastoreResponseReason,
this.ingestedContextReferenceDebugInfo,
this.knowledgeAssistBehavior,
this.queryCategorizationFailureReason,
this.queryGenerationFailureReason,
this.serviceLatency,
});