Uses of Class
com.azure.resourcemanager.botservice.models.EmailChannelProperties
Packages that use EmailChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of EmailChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return EmailChannelPropertiesModifier and TypeMethodDescriptionstatic EmailChannelPropertiesEmailChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EmailChannelProperties from the JsonReader.EmailChannel.properties()Get the properties property: The set of properties specific to email channel resource.EmailChannelProperties.withAuthMethod(EmailChannelAuthMethod authMethod) Set the authMethod property: Email channel auth method. 0 Password (Default); 1 Graph.EmailChannelProperties.withEmailAddress(String emailAddress) Set the emailAddress property: The email address.EmailChannelProperties.withIsEnabled(boolean isEnabled) Set the isEnabled property: Whether this channel is enabled for the bot.EmailChannelProperties.withMagicCode(String magicCode) Set the magicCode property: The magic code for setting up the modern authentication.EmailChannelProperties.withPassword(String password) Set the password property: The password for the email address.Methods in com.azure.resourcemanager.botservice.models with parameters of type EmailChannelPropertiesModifier and TypeMethodDescriptionEmailChannel.withProperties(EmailChannelProperties properties) Set the properties property: The set of properties specific to email channel resource.