CxIntentTrainingPhrasePartArgs

data class CxIntentTrainingPhrasePartArgs(val parameterId: Output<String>? = null, val text: Output<String>) : ConvertibleToJava<CxIntentTrainingPhrasePartArgs>

Constructors

Link copied to clipboard
constructor(parameterId: Output<String>? = null, text: Output<String>)

Properties

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

The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.

Link copied to clipboard
val text: Output<String>

The text for this part.

Functions

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