AlexaChannelProperties interface
要為 Alexa 通道提供的參數。
屬性
alexa |
Alexa 技能標識碼 |
is |
Bot 是否啟用此通道 |
service |
用來在 Alexa 中設定技能的完整 URI 注意:此屬性將不會串行化。 它只能由伺服器填入。 |
url |
在Alexa附註中設定之URI部分使用的URL片段:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
alexaSkillId
Alexa 技能標識碼
alexaSkillId: string
屬性值
string
isEnabled
Bot 是否啟用此通道
isEnabled: boolean
屬性值
boolean
serviceEndpointUri
用來在 Alexa 中設定技能的完整 URI 注意:此屬性將不會串行化。 它只能由伺服器填入。
serviceEndpointUri?: string
屬性值
string
urlFragment
在Alexa附註中設定之URI部分使用的URL片段:此屬性將不會串行化。 它只能由伺服器填入。
urlFragment?: string
屬性值
string