
com.pulumi.aws.chimesdkmediapipelines.kotlin.inputs.MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.chimesdkmediapipelines.kotlin.inputs
import com.pulumi.aws.chimesdkmediapipelines.inputs.MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Boolean
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
*
* @property callAnalyticsStreamCategories Filter for category events to be delivered to insights target.
* @property contentIdentificationType Labels all personally identifiable information (PII) identified in Utterance events.
* @property contentRedactionType Redacts all personally identifiable information (PII) identified in Utterance events.
* @property enablePartialResultsStabilization Enables partial result stabilization in Utterance events.
* @property filterPartialResults Filters partial Utterance events from delivery to the insights target.
* @property languageCode Language code for the transcription model.
* @property languageModelName Name of custom language model for transcription.
* @property partialResultsStability Level of stability to use when partial results stabilization is enabled.
* @property piiEntityTypes Types of personally identifiable information (PII) to redact from an Utterance event.
* @property postCallAnalyticsSettings Settings for post call analytics.
* @property vocabularyFilterMethod Method for applying a vocabulary filter to Utterance events.
* @property vocabularyFilterName Name of the custom vocabulary filter to use when processing Utterance events.
* @property vocabularyName Name of the custom vocabulary to use when processing Utterance events.
*/
public data class
MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationArgs(
public val callAnalyticsStreamCategories: Output>? = null,
public val contentIdentificationType: Output? = null,
public val contentRedactionType: Output? = null,
public val enablePartialResultsStabilization: Output? = null,
public val filterPartialResults: Output? = null,
public val languageCode: Output,
public val languageModelName: Output? = null,
public val partialResultsStability: Output? = null,
public val piiEntityTypes: Output? = null,
public val postCallAnalyticsSettings: Output? =
null,
public val vocabularyFilterMethod: Output? = null,
public val vocabularyFilterName: Output? = null,
public val vocabularyName: Output? = null,
) :
ConvertibleToJava {
override fun toJava(): com.pulumi.aws.chimesdkmediapipelines.inputs.MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationArgs =
com.pulumi.aws.chimesdkmediapipelines.inputs.MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationArgs.builder()
.callAnalyticsStreamCategories(
callAnalyticsStreamCategories?.applyValue({ args0 ->
args0.map({ args0 -> args0 })
}),
)
.contentIdentificationType(contentIdentificationType?.applyValue({ args0 -> args0 }))
.contentRedactionType(contentRedactionType?.applyValue({ args0 -> args0 }))
.enablePartialResultsStabilization(
enablePartialResultsStabilization?.applyValue({ args0 ->
args0
}),
)
.filterPartialResults(filterPartialResults?.applyValue({ args0 -> args0 }))
.languageCode(languageCode.applyValue({ args0 -> args0 }))
.languageModelName(languageModelName?.applyValue({ args0 -> args0 }))
.partialResultsStability(partialResultsStability?.applyValue({ args0 -> args0 }))
.piiEntityTypes(piiEntityTypes?.applyValue({ args0 -> args0 }))
.postCallAnalyticsSettings(
postCallAnalyticsSettings?.applyValue({ args0 ->
args0.let({ args0 ->
args0.toJava()
})
}),
)
.vocabularyFilterMethod(vocabularyFilterMethod?.applyValue({ args0 -> args0 }))
.vocabularyFilterName(vocabularyFilterName?.applyValue({ args0 -> args0 }))
.vocabularyName(vocabularyName?.applyValue({ args0 -> args0 })).build()
}
/**
* Builder for [MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationArgs].
*/
@PulumiTagMarker
public class
MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationArgsBuilder
internal constructor() {
private var callAnalyticsStreamCategories: Output>? = null
private var contentIdentificationType: Output? = null
private var contentRedactionType: Output? = null
private var enablePartialResultsStabilization: Output? = null
private var filterPartialResults: Output? = null
private var languageCode: Output? = null
private var languageModelName: Output? = null
private var partialResultsStability: Output? = null
private var piiEntityTypes: Output? = null
private var postCallAnalyticsSettings:
Output? =
null
private var vocabularyFilterMethod: Output? = null
private var vocabularyFilterName: Output? = null
private var vocabularyName: Output? = null
/**
* @param value Filter for category events to be delivered to insights target.
*/
@JvmName("xpawxojibqtlxump")
public suspend fun callAnalyticsStreamCategories(`value`: Output>) {
this.callAnalyticsStreamCategories = value
}
@JvmName("bkpjdwreyjywunkv")
public suspend fun callAnalyticsStreamCategories(vararg values: Output) {
this.callAnalyticsStreamCategories = Output.all(values.asList())
}
/**
* @param values Filter for category events to be delivered to insights target.
*/
@JvmName("fqelehuhpskslhnp")
public suspend fun callAnalyticsStreamCategories(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy