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 GoogleCloudDialogflowCxV3EntityTypeEntityArgsBuilder.() -> Unit)
suspend fun entities(argument: List<suspend GoogleCloudDialogflowCxV3EntityTypeEntityArgsBuilder.() -> Unit>)
suspend fun entities(argument: suspend GoogleCloudDialogflowCxV3EntityTypeEntityArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun excludedPhrases(value: Output<List<GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgs>>)
suspend fun excludedPhrases(vararg values: Output<GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgs>)
suspend fun excludedPhrases(vararg argument: suspend GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgsBuilder.() -> Unit)
suspend fun excludedPhrases(values: List<Output<GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgs>>)
suspend fun excludedPhrases(argument: List<suspend GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgsBuilder.() -> Unit>)
suspend fun excludedPhrases(argument: suspend GoogleCloudDialogflowCxV3EntityTypeExcludedPhraseArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard