Uses of Class
com.azure.resourcemanager.botservice.models.AlexaChannelProperties
Packages that use AlexaChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of AlexaChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return AlexaChannelPropertiesModifier and TypeMethodDescriptionstatic AlexaChannelPropertiesAlexaChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AlexaChannelProperties from the JsonReader.AlexaChannel.properties()Get the properties property: The set of properties specific to Alexa channel resource.AlexaChannelProperties.withAlexaSkillId(String alexaSkillId) Set the alexaSkillId property: The Alexa skill Id.AlexaChannelProperties.withIsEnabled(boolean isEnabled) Set the isEnabled property: Whether this channel is enabled for the bot.Methods in com.azure.resourcemanager.botservice.models with parameters of type AlexaChannelPropertiesModifier and TypeMethodDescriptionAlexaChannel.withProperties(AlexaChannelProperties properties) Set the properties property: The set of properties specific to Alexa channel resource.