public class AlexaCodecService
AlexaCodec implementation - mainly used for batch export.
public static AlexaCodecService INSTANCE
AlexaCodec implementation - mainly used for batch export.
@NotNull
public ai.tock.nlp.front.shared.codec.alexa.AlexaIntentsSchema exportIntentsSchema(@NotNull
java.lang.String invocationName,
@NotNull
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
@NotNull
java.util.Locale localeToExport,
@Nullable
ai.tock.nlp.front.shared.codec.alexa.AlexaFilter filter,
@NotNull
ai.tock.nlp.front.shared.codec.alexa.AlexaModelTransformer transformer)