Search Results for

    Show / Hide Table of Contents

    Interface IAIControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IAIControllerApiSync.CreateTransformer(AITranformCreateOptions, int?, int?, string, int)
    IAIControllerApiSync.CreateTransformerWithHttpInfo(AITranformCreateOptions, int?, int?, string, int)
    IAIControllerApiSync.CreateTransformer1(AITranformCreateOptions, int)
    IAIControllerApiSync.CreateTransformer1WithHttpInfo(AITranformCreateOptions, int)
    IAIControllerApiSync.CreateTransformerMappings(CreateAITransformerMappingOptions, int)
    IAIControllerApiSync.CreateTransformerMappingsWithHttpInfo(CreateAITransformerMappingOptions, int)
    IAIControllerApiSync.DeleteTransformer(Guid, int)
    IAIControllerApiSync.DeleteTransformerWithHttpInfo(Guid, int)
    IAIControllerApiSync.DeleteTransformerMapping(Guid, int)
    IAIControllerApiSync.DeleteTransformerMappingWithHttpInfo(Guid, int)
    IAIControllerApiSync.DeleteTransformers(int)
    IAIControllerApiSync.DeleteTransformersWithHttpInfo(int)
    IAIControllerApiSync.GenerateStructuredContentFromAttachment(GenerateStructuredContentAttachmentOptions, int)
    IAIControllerApiSync.GenerateStructuredContentFromAttachmentWithHttpInfo(GenerateStructuredContentAttachmentOptions, int)
    IAIControllerApiSync.GenerateStructuredContentFromEmail(GenerateStructuredContentEmailOptions, int)
    IAIControllerApiSync.GenerateStructuredContentFromEmailWithHttpInfo(GenerateStructuredContentEmailOptions, int)
    IAIControllerApiSync.GenerateStructuredContentFromSms(GenerateStructuredContentSmsOptions, int)
    IAIControllerApiSync.GenerateStructuredContentFromSmsWithHttpInfo(GenerateStructuredContentSmsOptions, int)
    IAIControllerApiSync.GetTransformer(Guid, int)
    IAIControllerApiSync.GetTransformerWithHttpInfo(Guid, int)
    IAIControllerApiSync.GetTransformerMapping(Guid, int)
    IAIControllerApiSync.GetTransformerMappingWithHttpInfo(Guid, int)
    IAIControllerApiSync.GetTransformerMappings(Guid?, Guid?, string, int?, int?, string, int)
    IAIControllerApiSync.GetTransformerMappingsWithHttpInfo(Guid?, Guid?, string, int?, int?, string, int)
    IAIControllerApiSync.GetTransformerResult(Guid, int)
    IAIControllerApiSync.GetTransformerResultWithHttpInfo(Guid, int)
    IAIControllerApiSync.GetTransformerResults(Guid?, Guid?, Guid?, string, int?, int?, string, int)
    IAIControllerApiSync.GetTransformerResultsWithHttpInfo(Guid?, Guid?, Guid?, string, int?, int?, string, int)
    IAIControllerApiSync.ValidateStructuredOutputSchema(StructuredOutputSchema, int)
    IAIControllerApiSync.ValidateStructuredOutputSchemaWithHttpInfo(StructuredOutputSchema, int)
    IAIControllerApiAsync.CreateTransformerAsync(AITranformCreateOptions, int?, int?, string, int, CancellationToken)
    IAIControllerApiAsync.CreateTransformerWithHttpInfoAsync(AITranformCreateOptions, int?, int?, string, int, CancellationToken)
    IAIControllerApiAsync.CreateTransformer1Async(AITranformCreateOptions, int, CancellationToken)
    IAIControllerApiAsync.CreateTransformer1WithHttpInfoAsync(AITranformCreateOptions, int, CancellationToken)
    IAIControllerApiAsync.CreateTransformerMappingsAsync(CreateAITransformerMappingOptions, int, CancellationToken)
    IAIControllerApiAsync.CreateTransformerMappingsWithHttpInfoAsync(CreateAITransformerMappingOptions, int, CancellationToken)
    IAIControllerApiAsync.DeleteTransformerAsync(Guid, int, CancellationToken)
    IAIControllerApiAsync.DeleteTransformerWithHttpInfoAsync(Guid, int, CancellationToken)
    IAIControllerApiAsync.DeleteTransformerMappingAsync(Guid, int, CancellationToken)
    IAIControllerApiAsync.DeleteTransformerMappingWithHttpInfoAsync(Guid, int, CancellationToken)
    IAIControllerApiAsync.DeleteTransformersAsync(int, CancellationToken)
    IAIControllerApiAsync.DeleteTransformersWithHttpInfoAsync(int, CancellationToken)
    IAIControllerApiAsync.GenerateStructuredContentFromAttachmentAsync(GenerateStructuredContentAttachmentOptions, int, CancellationToken)
    IAIControllerApiAsync.GenerateStructuredContentFromAttachmentWithHttpInfoAsync(GenerateStructuredContentAttachmentOptions, int, CancellationToken)
    IAIControllerApiAsync.GenerateStructuredContentFromEmailAsync(GenerateStructuredContentEmailOptions, int, CancellationToken)
    IAIControllerApiAsync.GenerateStructuredContentFromEmailWithHttpInfoAsync(GenerateStructuredContentEmailOptions, int, CancellationToken)
    IAIControllerApiAsync.GenerateStructuredContentFromSmsAsync(GenerateStructuredContentSmsOptions, int, CancellationToken)
    IAIControllerApiAsync.GenerateStructuredContentFromSmsWithHttpInfoAsync(GenerateStructuredContentSmsOptions, int, CancellationToken)
    IAIControllerApiAsync.GetTransformerAsync(Guid, int, CancellationToken)
    IAIControllerApiAsync.GetTransformerWithHttpInfoAsync(Guid, int, CancellationToken)
    IAIControllerApiAsync.GetTransformerMappingAsync(Guid, int, CancellationToken)
    IAIControllerApiAsync.GetTransformerMappingWithHttpInfoAsync(Guid, int, CancellationToken)
    IAIControllerApiAsync.GetTransformerMappingsAsync(Guid?, Guid?, string, int?, int?, string, int, CancellationToken)
    IAIControllerApiAsync.GetTransformerMappingsWithHttpInfoAsync(Guid?, Guid?, string, int?, int?, string, int, CancellationToken)
    IAIControllerApiAsync.GetTransformerResultAsync(Guid, int, CancellationToken)
    IAIControllerApiAsync.GetTransformerResultWithHttpInfoAsync(Guid, int, CancellationToken)
    IAIControllerApiAsync.GetTransformerResultsAsync(Guid?, Guid?, Guid?, string, int?, int?, string, int, CancellationToken)
    IAIControllerApiAsync.GetTransformerResultsWithHttpInfoAsync(Guid?, Guid?, Guid?, string, int?, int?, string, int, CancellationToken)
    IAIControllerApiAsync.ValidateStructuredOutputSchemaAsync(StructuredOutputSchema, int, CancellationToken)
    IAIControllerApiAsync.ValidateStructuredOutputSchemaWithHttpInfoAsync(StructuredOutputSchema, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IAIControllerApi : IAIControllerApiSync, IAIControllerApiAsync, IApiAccessor
    • View Source
    In this article
    Back to top See MailSlurp website for more information.