Uses of Class
com.azure.resourcemanager.botservice.models.SmsChannelProperties
Packages that use SmsChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of SmsChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return SmsChannelPropertiesModifier and TypeMethodDescriptionstatic SmsChannelPropertiesSmsChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SmsChannelProperties from the JsonReader.SmsChannel.properties()Get the properties property: The set of properties specific to Sms channel resource.SmsChannelProperties.withAccountSid(String accountSid) Set the accountSid property: The Sms account SID.SmsChannelProperties.withAuthToken(String authToken) Set the authToken property: The Sms auth token.SmsChannelProperties.withIsEnabled(boolean isEnabled) Set the isEnabled property: Whether this channel is enabled for the bot.SmsChannelProperties.withIsValidated(Boolean isValidated) Set the isValidated property: Whether this channel is validated for the bot.Set the phone property: The Sms phone.Methods in com.azure.resourcemanager.botservice.models with parameters of type SmsChannelPropertiesModifier and TypeMethodDescriptionSmsChannel.withProperties(SmsChannelProperties properties) Set the properties property: The set of properties specific to Sms channel resource.