create-debugger-deployment
Creates a debugger deployment for an assistant. This endpoint requires user authentication with organization and project scope.
Authorizations
API key from Rapida credentials.
Headers
Client source identifier. SDK clients send this automatically.
sdk Optional user identifier to propagate with the request.
Body
Assistant ID for the debugger deployment.
^[0-9]+$"2227823180112723968"
First message the assistant sends when the debugger session starts.
"Hi, how can I help you today?"
Controls whether users can interrupt the opening greeting in audio sessions.
true
Message to use when the assistant cannot understand or handle the input.
"Sorry, I did not understand that."
Seconds to wait after interrupted or unclear input before asking the user to repeat.
0.5 <= x <= 50.5
Message sent when the assistant could not understand the user input.
500"I didn't catch that. Could you repeat that?"
Idle timeout in seconds before the assistant sends the timeout message.
5 <= x <= 12030
Number of idle-timeout retries before the session can end.
0 <= x <= 52
Message sent when the debugger session reaches the idle timeout.
"Are you still there?"
Maximum debugger session duration in seconds.
180 <= x <= 600300