다음을 통해 공유


IAlexaChannel Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.AlexaChannelTypeConverter))]
public interface IAlexaChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IChannel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.AlexaChannelTypeConverter))>]
type IAlexaChannel = interface
    interface IJsonSerializable
    interface IChannel
Public Interface IAlexaChannel
Implements IChannel
Derived
Attributes
Implements

Properties

AlexaSkillId

The Alexa skill Id

Etag

Entity Tag of the resource

(Inherited from IChannel)
IsEnabled

Whether this channel is enabled for the bot

Location

Specifies the location of the resource.

(Inherited from IChannel)
Name

The channel name

(Inherited from IChannel)
ProvisioningState

Provisioning state of the resource

(Inherited from IChannel)
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