Automatic Bing Suggestions is not yet configured after 24 hours

蘇楚淵 21 Reputation points
2022-01-12T07:39:06.17+00:00

HI,

We had created an instance for Bing Autosuggest API before 24 hours, it is still showing the message "Automatic Bing Suggestions (it might take up to 24 hours for suggestions to reflect latest changes)".
164218-snipaste-2022-01-12-15-26-58.png
and also, when we tried to call Autosuggest API, we got the api response "isTrusted": true" instead of the Response objects including SuggestionGroup or else.
164198-snipaste-2022-01-12-15-37-45.png

Please check & suggest to get it in working status.

Thank you so much

Bing Autosuggest
Bing Autosuggest
A Bing service that gives your app intelligent autosuggest options for searches.
12 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 41,961 Reputation points Microsoft Employee
    2022-01-12T09:56:02.58+00:00

    @蘇楚淵 Have you created a custom search resource from azure portal and is that key used in this screen? We use the custom search resource key in this field to get a custom search auto suggest call. For ex:

    164256-image.png

    With the auto suggest resource key that you are using you can try this call to check if it works fine.

    curl -H "Ocp-Apim-Subscription-Key: <yourkeygoeshere>" https://api.bing.microsoft.com/v7.0/suggestions?q=sail  
    

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.


1 additional answer

Sort by: Most helpful
  1. Dubey, Somesh 0 Reputation points
    2023-10-24T21:03:17.85+00:00

    Hi , I turned the bing autosuggestions on and it has been 30 hours and it still does not work . did you guys manage to get autosuggest working?

    0 comments No comments