Version

class Version : KotlinCustomResource

Creates a Version in the specified Flow. This method is a long-running operation. The returned Operation type has the following method-specific fields: - metadata: CreateVersionOperationMetadata - response: Version

Properties

Link copied to clipboard
val agentId: Output<String>
Link copied to clipboard
val createTime: Output<String>

Create time of the version.

Link copied to clipboard
val description: Output<String>

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

Link copied to clipboard
val displayName: Output<String>

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

Link copied to clipboard
val flowId: Output<String>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

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
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

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

Link copied to clipboard
val urn: Output<String>