How intent classification works in tensorflow pipeline?

Tensorflow embeddings are created from the training text but how does it classify multiple intents ? which classifier does it train ? SVM or a it just trains a Neural network or LSTM directly for classification ?

hey @goelishankgoel, as far as what i can understand from the code it uses EmbeddingIntentClassifier,