aiAssistantConfiguration property

Map<String, String>? aiAssistantConfiguration
final

Optional AI Assistant configuration.

Expected keys: serverUrl, jwt, sessionId, optionally userId. The shape matches AIAssistantConfiguration.toMap() in nutrient_flutter, but it's typed as a Map here to avoid a dependency cycle.

On Android, when NutrientInstantView receives this, it builds an AI Assistant via createAiAssistantForInstant and registers it with the host activity's AiAssistantProvider so the SDK's built-in chat UI can reach it.

Implementation

final Map<String, String>? aiAssistantConfiguration;