36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"id": "alexa",
|
||
|
|
"name": "Amazon Alexa",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"label": "Amazon Alexa (语音助手)",
|
||
|
|
"description": "Amazon Alexa Skills 渠道插件,支持语音问答和知识库查询,通过 HTTPS Endpoint 接收 Alexa 请求并返回 SSML 语音响应",
|
||
|
|
"author": "ForcePilot Team",
|
||
|
|
"order": 130,
|
||
|
|
"dependencies": ["ask-sdk>=1.0", "ask-sdk-webservice-support", "httpx"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct"],
|
||
|
|
"message_types": ["ssml", "plaintext"],
|
||
|
|
"reactions": false,
|
||
|
|
"typing_indicator": false,
|
||
|
|
"threads": false,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": false,
|
||
|
|
"reply": false,
|
||
|
|
"media": false,
|
||
|
|
"effects": false,
|
||
|
|
"native_commands": false,
|
||
|
|
"polls": false,
|
||
|
|
"group_management": false,
|
||
|
|
"streaming": false,
|
||
|
|
"streaming_mode": null,
|
||
|
|
"block_streaming": false,
|
||
|
|
"tts": "ssml"
|
||
|
|
},
|
||
|
|
"connection_mode": "request_response",
|
||
|
|
"deployment_requirements": {
|
||
|
|
"public_https": true,
|
||
|
|
"certificate_required": true
|
||
|
|
},
|
||
|
|
"enabled": true,
|
||
|
|
"python_requires": ">=3.12"
|
||
|
|
}
|