Types:
from prelude_python_sdk.types import TransactionalSendResponse
Methods:
client.transactional.send(**params) -> TransactionalSendResponse
Types:
from prelude_python_sdk.types import VerificationCreateResponse, VerificationCheckResponse
Methods:
client.verification.create(**params) -> VerificationCreateResponse
client.verification.check(**params) -> VerificationCheckResponse
Types:
from prelude_python_sdk.types import WatchFeedBackResponse, WatchPredictResponse
Methods:
client.watch.feed_back(**params) -> WatchFeedBackResponse
client.watch.predict(**params) -> WatchPredictResponse