Uses of Class
com.azure.resourcemanager.botservice.models.MsTeamsChannelProperties
Packages that use MsTeamsChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of MsTeamsChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return MsTeamsChannelPropertiesModifier and TypeMethodDescriptionstatic MsTeamsChannelPropertiesMsTeamsChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MsTeamsChannelProperties from the JsonReader.MsTeamsChannel.properties()Get the properties property: The set of properties specific to Microsoft Teams channel resource.MsTeamsChannelProperties.withAcceptedTerms(Boolean acceptedTerms) Set the acceptedTerms property: Whether this channel accepted terms.MsTeamsChannelProperties.withCallingWebhook(String callingWebhook) Set the callingWebhook property: Webhook for Microsoft Teams channel calls.MsTeamsChannelProperties.withDeploymentEnvironment(String deploymentEnvironment) Set the deploymentEnvironment property: Deployment environment for Microsoft Teams channel calls.MsTeamsChannelProperties.withEnableCalling(Boolean enableCalling) Set the enableCalling property: Enable calling for Microsoft Teams channel.MsTeamsChannelProperties.withIncomingCallRoute(String incomingCallRoute) Set the incomingCallRoute property: Webhook for Microsoft Teams channel calls.MsTeamsChannelProperties.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 MsTeamsChannelPropertiesModifier and TypeMethodDescriptionMsTeamsChannel.withProperties(MsTeamsChannelProperties properties) Set the properties property: The set of properties specific to Microsoft Teams channel resource.