Google Cloud Dialogflow Cx V3Form Parameter Response
data class GoogleCloudDialogflowCxV3FormParameterResponse(val defaultValue: Any, val displayName: String, val entityType: String, val fillBehavior: GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse, val isList: Boolean, val redact: Boolean, val required: Boolean)
Represents a form parameter.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3FormParameterResponse(defaultValue: Any, displayName: String, entityType: String, fillBehavior: GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse, isList: Boolean, redact: Boolean, required: Boolean)