Skip to content

[BUG] ConversationsProject class not available #26121

Closed

Description

Library name and version

Azure.AI.Language.Conversations 1.0.0-beta.1

Describe the bug

no access to the ConversationsProject model.

Expected behavior

The class ConversationsProject should be available in Azure.AI.Language.Conversations

Actual behavior

The ConversationsProject class is not available.

Reproduction Steps

Installed package versions:
Azure.AI.Language.Conversations 1.0.0-beta.1

using Azure.AI.Language.Conversations;

var classTypes = new[]
{
    typeof(AnswerSpan),
    typeof(BasePrediction),
    typeof(ConversationsModelFactory),
    typeof(AnswerSpan),
    typeof(KnowledgeBaseAnswer),
    typeof(LuisTargetIntentResult),
    typeof(TargetIntentResult),
    
    // Not accessible.
    // typeof(ConversationsProject),
};

Environment

.NET SDK (reflecting any global.json):
Version: 6.0.101
Commit: ef49f6213a

Runtime Environment:
OS Name: pop
OS Version: 21.04
OS Platform: Linux
RID: linux-x64
Base Path: /usr/share/dotnet/sdk/6.0.101/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

ClientThis issue points to a problem in the data-plane of the library.Cognitive - Languagecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions