Skip to content

Update conversation analysis api version.#2656

Open
v-bingyang wants to merge 1 commit into
Azure-Samples:masterfrom
v-bingyang:v-bingyang/updateapiversion
Open

Update conversation analysis api version.#2656
v-bingyang wants to merge 1 commit into
Azure-Samples:masterfrom
v-bingyang:v-bingyang/updateapiversion

Conversation

@v-bingyang

Copy link
Copy Markdown
Contributor

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.

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
Copy Markdown
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

rhurey commented Nov 7, 2024

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
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