Stream Messages

StreamMessages streams chat responses for a given session and message. The request must include the session identifier and the message content.

HTTP Mapping: POST “/v1/conversation/inference/chat:streamMessages”

Request

This endpoint expects an object.
namestringRequired
The resource name of the session.
messagestringRequired
The message from the user.

Response

OK
contentobject
The current state of the conversation processing session.

Errors

400
Bad Request Error