GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePartArgs

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

Represents a part of a training phrase.

Constructors

Functions

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

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.