Get Entity Type Result
data class GetEntityTypeResult(val autoExpansionMode: String, val displayName: String, val enableFuzzyExtraction: Boolean, val entities: List<GoogleCloudDialogflowV2EntityTypeEntityResponse>, val kind: String, val name: String)
Constructors
Link copied to clipboard
fun GetEntityTypeResult(autoExpansionMode: String, displayName: String, enableFuzzyExtraction: Boolean, entities: List<GoogleCloudDialogflowV2EntityTypeEntityResponse>, kind: String, name: String)