GoogleCloudDialogflowV2KnowledgeAssistDebugInfo constructor
GoogleCloudDialogflowV2KnowledgeAssistDebugInfo({
- Map<
String, Object?> ? cesDebugInfo, - String? datastoreResponseReason,
- GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo? ingestedContextReferenceDebugInfo,
- GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior? knowledgeAssistBehavior,
- String? queryCategorizationFailureReason,
- GoogleCloudDialogflowV2KnowledgeAssistDebugInfoQueryGenerationDebugInfo? queryGenerationDebugInfo,
- String? queryGenerationFailureReason,
- GoogleCloudDialogflowV2ServiceLatency? serviceLatency,
Implementation
GoogleCloudDialogflowV2KnowledgeAssistDebugInfo({
this.cesDebugInfo,
this.datastoreResponseReason,
this.ingestedContextReferenceDebugInfo,
this.knowledgeAssistBehavior,
this.queryCategorizationFailureReason,
this.queryGenerationDebugInfo,
this.queryGenerationFailureReason,
this.serviceLatency,
});