Documentation
    Preparing search index...

    Interface IntentServiceOptions

    Options for createIntentService.

    interface IntentServiceOptions {
        resolver: IntentResolver;
    }
    Index

    Properties

    Properties

    resolver: IntentResolver

    The intent resolver the shell uses to route archetypes. Required.