Entity Type Args Builder
class EntityTypeArgsBuilder
Builder for EntityTypeArgs.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun entities(vararg argument: suspend GoogleCloudDialogflowCxV3beta1EntityTypeEntityArgsBuilder.() -> Unit)
suspend fun entities(argument: List<suspend GoogleCloudDialogflowCxV3beta1EntityTypeEntityArgsBuilder.() -> Unit>)
suspend fun entities(argument: suspend GoogleCloudDialogflowCxV3beta1EntityTypeEntityArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun excludedPhrases(value: Output<List<GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgs>>)
suspend fun excludedPhrases(vararg values: Output<GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgs>)
suspend fun excludedPhrases(vararg values: GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgs)
suspend fun excludedPhrases(vararg argument: suspend GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgsBuilder.() -> Unit)
suspend fun excludedPhrases(values: List<Output<GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgs>>)
suspend fun excludedPhrases(value: List<GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgs>?)
suspend fun excludedPhrases(argument: List<suspend GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgsBuilder.() -> Unit>)
suspend fun excludedPhrases(argument: suspend GoogleCloudDialogflowCxV3beta1EntityTypeExcludedPhraseArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard