AlexaChannelProperties interface

The parameters to provide for the Alexa channel.

Properties

alexaSkillId

The Alexa skill Id

isEnabled

Whether this channel is enabled for the bot

serviceEndpointUri

Full Uri used to configured the skill in Alexa NOTE: This property will not be serialized. It can only be populated by the server.

urlFragment

Url fragment used in part of the Uri configured in Alexa NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

alexaSkillId

The Alexa skill Id

alexaSkillId: string

Property Value

string

isEnabled

Whether this channel is enabled for the bot

isEnabled: boolean

Property Value

boolean

serviceEndpointUri

Full Uri used to configured the skill in Alexa NOTE: This property will not be serialized. It can only be populated by the server.

serviceEndpointUri?: string

Property Value

string

urlFragment

Url fragment used in part of the Uri configured in Alexa NOTE: This property will not be serialized. It can only be populated by the server.

urlFragment?: string

Property Value

string