Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update conversation analysis api version. #2656

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

v-bingyang
Copy link

image

When running the call center sample project, an error 401 is reported when requesting the API. After updating the api-version to 2024-05-15-preview, it becomes normal.

@@ -94,7 +94,7 @@ public class Program
private const string sentimentAnalysisPath = "language/:analyze-text";
private const string sentimentAnalysisQuery = "api-version=2022-05-01";
private const string conversationAnalysisPath = "/language/analyze-conversations/jobs";
private const string conversationAnalysisQuery = "api-version=2022-10-01-preview";
private const string conversationAnalysisQuery = "api-version=2024-05-15-preview";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a GA version of this?

@rhurey
Copy link
Member

rhurey commented Nov 7, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants