Name: "GeneralConversation"
Description: "Это сценарий 'болталки'. Алиса может поддержать разговор на любую тему. Есть режим 'модальной болталки', когда форсится ответ именно болталочного сценария."
Languages: [L_RUS, L_ARA]
DataSources: [
    {
        Type: DIALOG_HISTORY
    }, {
        Type: GC_MEMORY_STATE
    }, {
        Type: BLACK_BOX
    }
]
AcceptedFrames: [
    "alice.general_conversation.force_exit",
    "alice.general_conversation.lets_discuss_specific_movie",
    "alice.general_conversation.lets_discuss_some_movie",
    "alice.general_conversation.proactivity.bored",
    "alice.general_conversation.proactivity.alice_do",
    "alice.general_conversation.pure_gc_activate",
    "alice.general_conversation.pure_gc_deactivate",
    "alice.microintents",
    "alice.fixlist.gc_request_banlist",
    "alice.crosspromo_discuss",
    "alice.movie_akinator.recommend",
    "alice.generative_tale.activate",
    "alice.generative_tale.character",
    "alice.generative_tale.send_me_my_tale",
    "alice.generative_tale.stop",
    "alice.generative_toast",
    "alice.wiz_detection.shinyserp_politota",
    "alice.wiz_detection.shinyserp_unethical",
    "alice.wiz_detection.shinyserp_porno"
]
Handlers: {
    BaseUrl: "http://vins.alice.yandex.net/general_conversation/"
    OverrideHttpAdapterReqId: true
    RequestType: AppHostPure
}
MementoUserConfigs: [
    {
        ConfigKey: CK_GENERATIVE_TALE
    }
]
Enabled: True
AcceptsAnyUtterance: True

NluFeatures: [
    {
        Feature: IsPornQuery
    }, {
        Feature: AliceGcDssmClassifier
    }, {
        Feature: AliceWizDetectionPolitics
    }, {
        Feature: AliceWizDetectionUnethical
    }
]

Responsibles {
    AbcServices {
        Name: "conversation"
        DutySlugs: [
            "duty"
        ]
    }
}
