All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.tock.bot.mongo.DialogFlowConfiguration_.kt Maven / Gradle / Ivy

package ai.tock.bot.mongo

import kotlin.Int
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Collection
import kotlin.collections.Map
import kotlin.reflect.KProperty1
import org.litote.kmongo.property.KCollectionPropertyPath
import org.litote.kmongo.property.KMapPropertyPath
import org.litote.kmongo.property.KPropertyPath

private val ___id: KProperty1
    get() = DialogFlowConfiguration::_id
private val __CurrentProcessedLevel: KProperty1
    get() = DialogFlowConfiguration::currentProcessedLevel
internal class DialogFlowConfiguration_(previous: KPropertyPath?, property: KProperty1<*,
        DialogFlowConfiguration?>) : KPropertyPath(previous,property) {
    val _id: KPropertyPath
        get() = KPropertyPath(this,___id)

    val currentProcessedLevel: KPropertyPath
        get() = KPropertyPath(this,__CurrentProcessedLevel)

    companion object {
        val _id: KProperty1
            get() = ___id
        val CurrentProcessedLevel: KProperty1
            get() = __CurrentProcessedLevel}
}

internal class DialogFlowConfiguration_Col(previous: KPropertyPath?, property:
        KProperty1<*, Collection?>) : KCollectionPropertyPath>(previous,property) {
    val _id: KPropertyPath
        get() = KPropertyPath(this,___id)

    val currentProcessedLevel: KPropertyPath
        get() = KPropertyPath(this,__CurrentProcessedLevel)

    @Suppress("UNCHECKED_CAST")
    override fun memberWithAdditionalPath(additionalPath: String): DialogFlowConfiguration_ =
            DialogFlowConfiguration_(this, customProperty(this, additionalPath))}

internal class DialogFlowConfiguration_Map(previous: KPropertyPath?, property:
        KProperty1<*, Map?>) : KMapPropertyPath>(previous,property) {
    val _id: KPropertyPath
        get() = KPropertyPath(this,___id)

    val currentProcessedLevel: KPropertyPath
        get() = KPropertyPath(this,__CurrentProcessedLevel)

    @Suppress("UNCHECKED_CAST")
    override fun memberWithAdditionalPath(additionalPath: String): DialogFlowConfiguration_ =
            DialogFlowConfiguration_(this, customProperty(this, additionalPath))}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy