GetVersionResult

data class GetVersionResult(val createTime: String, val description: String, val displayName: String, val name: String, val nluSettings: GoogleCloudDialogflowCxV3NluSettingsResponse, val state: String)

Constructors

Link copied to clipboard
fun GetVersionResult(createTime: String, description: String, displayName: String, name: String, nluSettings: GoogleCloudDialogflowCxV3NluSettingsResponse, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Create time of the version.

Link copied to clipboard

The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.

Link copied to clipboard

The human-readable name of the version. Limit of 64 characters.

Link copied to clipboard

Format: projects//locations//agents//flows//versions/. Version ID is a self-increasing number generated by Dialogflow upon version creation.

Link copied to clipboard

The NLU settings of the flow at version creation.

Link copied to clipboard

The state of this version. This field is read-only and cannot be set by create and update methods.