Documentation

WebhookNewAITransformResultPayloadTest extends TestCase
in package

WebhookNewAITransformResultPayloadTest Class Doc Comment

Tags
category

Class

description

NEW_AI_TRANSFORM_RESULT webhook payload. Sent to your webhook url endpoint via HTTP POST when a structured data result is generated by the AI Transformer that your webhook is attached to. Use the AI Transform Result ID to fetch the full details.

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

setUp()  : void
Setup before running each test case
setUpBeforeClass()  : void
Setup before running any test case
tearDown()  : void
Clean up after running each test case
tearDownAfterClass()  : void
Clean up after running all test cases
testPropertyAiTransformId()  : mixed
Test attribute "ai_transform_id"
testPropertyAiTransformMappingId()  : mixed
Test attribute "ai_transform_mapping_id"
testPropertyAiTransformResultId()  : mixed
Test attribute "ai_transform_result_id"
testPropertyEntityId()  : mixed
Test attribute "entity_id"
testPropertyEntityType()  : mixed
Test attribute "entity_type"
testPropertyEventName()  : mixed
Test attribute "event_name"
testPropertyMessageId()  : mixed
Test attribute "message_id"
testPropertyResult()  : mixed
Test attribute "result"
testPropertyUserId()  : mixed
Test attribute "user_id"
testPropertyWebhookId()  : mixed
Test attribute "webhook_id"
testPropertyWebhookName()  : mixed
Test attribute "webhook_name"
testWebhookNewAITransformResultPayload()  : mixed
Test "WebhookNewAITransformResultPayload"

Methods

testWebhookNewAITransformResultPayload()

Test "WebhookNewAITransformResultPayload"

public testWebhookNewAITransformResultPayload() : mixed
Return values
mixed

Search results