Uses of Class
com.azure.resourcemanager.botservice.models.SkypeChannelProperties
Packages that use SkypeChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of SkypeChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return SkypeChannelPropertiesModifier and TypeMethodDescriptionstatic SkypeChannelPropertiesSkypeChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SkypeChannelProperties from the JsonReader.SkypeChannel.properties()Get the properties property: The set of properties specific to Skype channel resource.SkypeChannelProperties.withCallingWebhook(String callingWebhook) Set the callingWebhook property: Calling web hook for Skype channel.SkypeChannelProperties.withEnableCalling(Boolean enableCalling) Set the enableCalling property: Enable calling for Skype channel.SkypeChannelProperties.withEnableGroups(Boolean enableGroups) Set the enableGroups property: Enable groups for Skype channel.SkypeChannelProperties.withEnableMediaCards(Boolean enableMediaCards) Set the enableMediaCards property: Enable media cards for Skype channel.SkypeChannelProperties.withEnableMessaging(Boolean enableMessaging) Set the enableMessaging property: Enable messaging for Skype channel.SkypeChannelProperties.withEnableScreenSharing(Boolean enableScreenSharing) Set the enableScreenSharing property: Enable screen sharing for Skype channel.SkypeChannelProperties.withEnableVideo(Boolean enableVideo) Set the enableVideo property: Enable video for Skype channel.SkypeChannelProperties.withGroupsMode(String groupsMode) Set the groupsMode property: Group mode for Skype channel.SkypeChannelProperties.withIncomingCallRoute(String incomingCallRoute) Set the incomingCallRoute property: Incoming call route for Skype channel.SkypeChannelProperties.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 SkypeChannelPropertiesModifier and TypeMethodDescriptionSkypeChannel.withProperties(SkypeChannelProperties properties) Set the properties property: The set of properties specific to Skype channel resource.