The Amazon Bedrock Chat with History process is called by an HTTP request. When you
invoke the process, it creates a file with history after your first question.
Open the
Amazon Bedrock Chat with History
process and click
Actions
Properties Detail
Copy Service URL
.
Open a text editor and add the input fields and values to the service URL as shown in the following format:
<Cloud Application Integration POD URL>/active-bpel/public/rt/<API_name>?User_Prompt=<User_Prompt>&Path_To_File_With_History=<C:/folder>/&User_ID=<User_ID>
Open a browser and paste the service URL.
You can also invoke the process using the Run Using option, REST or SOAP API endpoints in
any API clients such as cURL, Postman, SOAP UI, or through any programming language.