ArmBotServiceModelFactory.AlexaChannelProperties Method
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.
Initializes a new instance of AlexaChannelProperties.
public static Azure.ResourceManager.BotService.Models.AlexaChannelProperties AlexaChannelProperties (string alexaSkillId = default, string uriFragment = default, Uri serviceEndpointUri = default, bool isEnabled = false);
static member AlexaChannelProperties : string * string * Uri * bool -> Azure.ResourceManager.BotService.Models.AlexaChannelProperties
Public Shared Function AlexaChannelProperties (Optional alexaSkillId As String = Nothing, Optional uriFragment As String = Nothing, Optional serviceEndpointUri As Uri = Nothing, Optional isEnabled As Boolean = false) As AlexaChannelProperties
Parameters
- alexaSkillId
- String
The Alexa skill Id.
- uriFragment
- String
Url fragment used in part of the Uri configured in Alexa.
- serviceEndpointUri
- Uri
Full Uri used to configured the skill in Alexa.
- isEnabled
- Boolean
Whether this channel is enabled for the bot.
Returns
A new AlexaChannelProperties instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET