ServiceProviderParameterResponseConstraints

data class ServiceProviderParameterResponseConstraints(val required: Boolean? = null)

the constraints of the bot meta data.

Constructors

constructor(required: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val required: Boolean? = null

Whether required the constraints of the bot meta data.