Uses of Class
com.azure.resourcemanager.botservice.models.ServiceProviderParameterMetadataConstraints
Packages that use ServiceProviderParameterMetadataConstraints
Package
Description
Package containing the data models for AzureBotService.
-
Uses of ServiceProviderParameterMetadataConstraints in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return ServiceProviderParameterMetadataConstraintsModifier and TypeMethodDescriptionServiceProviderParameterMetadata.constraints()Get the constraints property: the constraints of the bot meta data.ServiceProviderParameterMetadataConstraints.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceProviderParameterMetadataConstraints from the JsonReader.ServiceProviderParameterMetadataConstraints.withRequired(Boolean required) Set the required property: Whether required the constraints of the bot meta data.Methods in com.azure.resourcemanager.botservice.models with parameters of type ServiceProviderParameterMetadataConstraintsModifier and TypeMethodDescriptionServiceProviderParameterMetadata.withConstraints(ServiceProviderParameterMetadataConstraints constraints) Set the constraints property: the constraints of the bot meta data.