GoogleCloudDialogflowV2KnowledgeAssistDebugInfo class

Constructors

GoogleCloudDialogflowV2KnowledgeAssistDebugInfo({String? datastoreResponseReason, GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo? ingestedContextReferenceDebugInfo, GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior? knowledgeAssistBehavior, String? queryCategorizationFailureReason, String? queryGenerationFailureReason, GoogleCloudDialogflowV2ServiceLatency? serviceLatency})
GoogleCloudDialogflowV2KnowledgeAssistDebugInfo.fromJson(Map json_)

Properties

datastoreResponseReason String?
Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ingestedContextReferenceDebugInfo GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo?
getter/setter pair
knowledgeAssistBehavior GoogleCloudDialogflowV2KnowledgeAssistDebugInfoKnowledgeAssistBehavior?
getter/setter pair
queryCategorizationFailureReason String?
Possible string values are:
getter/setter pair
queryGenerationFailureReason String?
Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceLatency GoogleCloudDialogflowV2ServiceLatency?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited