Uses of Class
com.azure.resourcemanager.botservice.models.KikChannelProperties
Packages that use KikChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of KikChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return KikChannelPropertiesModifier and TypeMethodDescriptionstatic KikChannelPropertiesKikChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KikChannelProperties from the JsonReader.KikChannel.properties()Get the properties property: The set of properties specific to Kik channel resource.KikChannelProperties.withApiKey(String apiKey) Set the apiKey property: Kik API key.KikChannelProperties.withIsEnabled(boolean isEnabled) Set the isEnabled property: Whether this channel is enabled for the bot.KikChannelProperties.withIsValidated(Boolean isValidated) Set the isValidated property: Whether this channel is validated for the bot.KikChannelProperties.withUsername(String username) Set the username property: The Kik user name.Methods in com.azure.resourcemanager.botservice.models with parameters of type KikChannelPropertiesModifier and TypeMethodDescriptionKikChannel.withProperties(KikChannelProperties properties) Set the properties property: The set of properties specific to Kik channel resource.