@webitel/api-services
    Preparing search index...

    Create cognitive profile request body for TTS and TTS

    interface StorageCreateCognitiveProfileRequest {
        default?: boolean;
        description?: string;
        enabled?: boolean;
        name: string;
        provider: StorageProviderType;
        service: StorageServiceType;
    }
    Index

    Properties

    default?: boolean
    description?: string
    enabled?: boolean
    name: string