IAlexaChannelProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.AlexaChannelPropertiesTypeConverter))]
public interface IAlexaChannelProperties : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.AlexaChannelPropertiesTypeConverter))>]
type IAlexaChannelProperties = interface
interface IJsonSerializable
Public Interface IAlexaChannelProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
UrlFragment |
Url fragment used in part of the Uri configured in Alexa |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |