AIResponse class

Constructors

AIResponse({required Map body})

Properties

diagnosticInfo DiagnosticInfo?
no setter
hashCode int
The hash code for this object.
no setterinherited
intentDetectionConfidence num?
no setter
languageCode String?
no setter
queryResult QueryResult?
no setter
responseId String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webhookStatus WebhookStatus?
no setter

Methods

getListMessage() List?
getMessage() String?
getWebhookStatusMessage() String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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