TopicSemanticEntityTypeArgs

data class TopicSemanticEntityTypeArgs(val subTypeName: Output<String>? = null, val typeName: Output<String>? = null, val typeParameters: Output<Map<String, String>>? = null) : ConvertibleToJava<TopicSemanticEntityTypeArgs>

Constructors

Link copied to clipboard
constructor(subTypeName: Output<String>? = null, typeName: Output<String>? = null, typeParameters: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val subTypeName: Output<String>? = null

The semantic entity sub type name.

Link copied to clipboard
val typeName: Output<String>? = null

The semantic entity type name.

Link copied to clipboard
val typeParameters: Output<Map<String, String>>? = null

The semantic entity type parameters.

Functions

Link copied to clipboard
open override fun toJava(): TopicSemanticEntityTypeArgs