Uses of Class
com.azure.resourcemanager.botservice.models.LineChannelProperties
Packages that use LineChannelProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of LineChannelProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return LineChannelPropertiesModifier and TypeMethodDescriptionstatic LineChannelPropertiesLineChannelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LineChannelProperties from the JsonReader.LineChannel.properties()Get the properties property: The set of properties specific to line channel resource.LineChannelProperties.withLineRegistrations(List<LineRegistration> lineRegistrations) Set the lineRegistrations property: The list of line channel registrations.Methods in com.azure.resourcemanager.botservice.models with parameters of type LineChannelPropertiesModifier and TypeMethodDescriptionLineChannel.withProperties(LineChannelProperties properties) Set the properties property: The set of properties specific to line channel resource.