Google Cloud Dialogflow V2Intent Training Phrase Part Response
data class GoogleCloudDialogflowV2IntentTrainingPhrasePartResponse(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 GoogleCloudDialogflowV2IntentTrainingPhrasePartResponse(alias: String, entityType: String, text: String, userDefined: Boolean)