Uses of Class
com.azure.resourcemanager.botservice.models.ServiceProviderProperties
Packages that use ServiceProviderProperties
Package
Description
Package containing the data models for AzureBotService.
-
Uses of ServiceProviderProperties in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return ServiceProviderPropertiesModifier and TypeMethodDescriptionstatic ServiceProviderPropertiesServiceProviderProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceProviderProperties from the JsonReader.ServiceProvider.properties()Get the properties property: The Properties of a Service Provider Object.ServiceProviderProperties.withIconUrl(String iconUrl) Set the iconUrl property: The URL of icon.ServiceProviderProperties.withParameters(List<ServiceProviderParameter> parameters) Set the parameters property: The list of parameters for the Service Provider.Methods in com.azure.resourcemanager.botservice.models with parameters of type ServiceProviderPropertiesModifier and TypeMethodDescriptionServiceProvider.withProperties(ServiceProviderProperties properties) Set the properties property: The Properties of a Service Provider Object.