ourcemanager.azure-resourcemanager-botservice.1.0.0-beta.3.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-botservice Show documentation
Show all versions of azure-resourcemanager-botservice Show documentation
This package contains Microsoft Azure SDK for BotService Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Bot Service is a platform for creating smart conversational agents. Package tag package-2021-03-01.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
module com.azure.resourcemanager.botservice {
requires transitive com.azure.core.management;
exports com.azure.resourcemanager.botservice;
exports com.azure.resourcemanager.botservice.fluent;
exports com.azure.resourcemanager.botservice.fluent.models;
exports com.azure.resourcemanager.botservice.models;
opens com.azure.resourcemanager.botservice.fluent.models to
com.azure.core,
com.fasterxml.jackson.databind;
opens com.azure.resourcemanager.botservice.models to
com.azure.core,
com.fasterxml.jackson.databind;
}