다음을 통해 공유


IAlexaChannelProperties Interface

Definition

[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)

Applies to