Suggestion CRUD APIs

This section describes how to use the CRUD API endpoints for Conversation Starter in the GenAI application. The CRUD APIs are a set of web services that allow users to perform basic operations on Conversation Starters for the chatbot. You can use the CRUD APIs to:

  • View the list of available Conversation Starters with IBC screen ID and logical ID prefix details
  • Create a new Conversation Starter.
  • Update an existing Conversation Starter by providing the suggestion ID
  • Delete an existing Conversation Starter by providing the suggestion ID.

The CRUD APIs are accessible through the API Gateway. Select API Gateway > API Suite > GenAI > GenAICoreService endpoint to see all the Suggestion CRUD APIs.