Crear Prueba A/B

Crea una nueva prueba A/B comparando dos asistentes.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
agentAstringRequiredformat: "uuid"

ID del asistente A (debe ser diferente de agentB).

agentBstringRequiredformat: "uuid"

ID del asistente B (debe ser diferente de agentA).

successSchemaIdstringRequiredformat: "uuid"

ID del schema de tipo SuccessEvaluation para medir el éxito.

descriptionstringOptional
statusenumOptionalDefaults to draft
Allowed values:

Response

Prueba A/B creada.

idstringformat: "uuid"
namestring
descriptionstring
agentAstringformat: "uuid"
ID del asistente A
agentBstringformat: "uuid"
ID del asistente B
successSchemaIdstringformat: "uuid"
statusenum
Allowed values:
createdAtdatetime
updatedAtdatetime

Errors

400
Bad Request Error