PutLexiconRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Content of the PLS lexicon as string data.

Link copied to clipboard
val name: String?

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

Functions

Link copied to clipboard
inline fun copy(block: PutLexiconRequest.Builder.() -> Unit = {}): PutLexiconRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String