你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AlexaChannelProperties interface
要为 Alexa 通道提供的参数。
属性
alexa |
Alexa 技能 ID |
is |
是否为机器人启用了此通道 |
service |
用于在 Alexa 中配置技能的完整 URI 注意:此属性不会被序列化。 它只能由服务器填充。 |
url |
在 Alexa 中配置的 Uri 的一部分中使用的 URL 片段 注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
alexaSkillId
Alexa 技能 ID
alexaSkillId: string
属性值
string
isEnabled
是否为机器人启用了此通道
isEnabled: boolean
属性值
boolean
serviceEndpointUri
用于在 Alexa 中配置技能的完整 URI 注意:此属性不会被序列化。 它只能由服务器填充。
serviceEndpointUri?: string
属性值
string
urlFragment
在 Alexa 中配置的 Uri 的一部分中使用的 URL 片段 注意:此属性不会被序列化。 它只能由服务器填充。
urlFragment?: string
属性值
string