Google
    data class GoogleCloudDialogflowV2beta1IntentTrainingPhrasePartResponse(val alias: String, val entityType: String, val text: String, val userDefined: Boolean)
Represents a part of a training phrase.
Constructors
Link copied to clipboard
                fun GoogleCloudDialogflowV2beta1IntentTrainingPhrasePartResponse(alias: String, entityType: String, text: String, userDefined: Boolean)