Interface VoiceIdStartSessionAction.VoiceIdStartSessionActionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VoiceIdStartSessionAction.VoiceIdStartSessionActionProps.Jsii$Proxy
- Enclosing class:
VoiceIdStartSessionAction
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.voiceid.events.*;
VoiceIdStartSessionActionProps voiceIdStartSessionActionProps = VoiceIdStartSessionActionProps.builder()
.action(List.of("action"))
.domainId(List.of("domainId"))
.errorInfo(ErrorInfo.builder()
.errorCode(List.of("errorCode"))
.errorMessage(List.of("errorMessage"))
.errorType(List.of("errorType"))
.build())
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.session(Session.builder()
.authenticationAudioProgress(AuthenticationAudioProgress.builder()
.audioAggregationEndedAt(List.of("audioAggregationEndedAt"))
.audioAggregationStartedAt(List.of("audioAggregationStartedAt"))
.build())
.authenticationConfiguration(AuthenticationConfiguration.builder()
.acceptanceThreshold(List.of("acceptanceThreshold"))
.build())
.enrollmentAudioProgress(EnrollmentAudioProgress.builder()
.audioAggregationEndedAt(List.of("audioAggregationEndedAt"))
.audioAggregationStartedAt(List.of("audioAggregationStartedAt"))
.audioAggregationStatus(List.of("audioAggregationStatus"))
.build())
.fraudDetectionAudioProgress(AuthenticationAudioProgress.builder()
.audioAggregationEndedAt(List.of("audioAggregationEndedAt"))
.audioAggregationStartedAt(List.of("audioAggregationStartedAt"))
.build())
.fraudDetectionConfiguration(FraudDetectionConfiguration.builder()
.riskThreshold(List.of("riskThreshold"))
.watchlistId(List.of("watchlistId"))
.build())
.generatedSpeakerId(List.of("generatedSpeakerId"))
.sessionId(List.of("sessionId"))
.sessionName(List.of("sessionName"))
.streamingConfiguration(StreamingConfiguration.builder()
.authenticationMinimumSpeechInSeconds(List.of("authenticationMinimumSpeechInSeconds"))
.build())
.build())
.sourceId(List.of("sourceId"))
.status(List.of("status"))
.systemAttributes(SystemAttributes.builder()
.awsConnectOriginalContactArn(List.of("awsConnectOriginalContactArn"))
.build())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forVoiceIdStartSessionAction.VoiceIdStartSessionActionPropsstatic final classAn implementation forVoiceIdStartSessionAction.VoiceIdStartSessionActionProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) action property.(experimental) domainId property.(experimental) errorInfo property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) session property.(experimental) sourceId property.(experimental) status property.(experimental) systemAttributes property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
(experimental) action property.Specify an array of string values to match this event if the actual value of action is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getDomainId
(experimental) domainId property.Specify an array of string values to match this event if the actual value of domainId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Domain reference
-
getErrorInfo
(experimental) errorInfo property.Specify an array of string values to match this event if the actual value of errorInfo is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getSession
(experimental) session property.Specify an array of string values to match this event if the actual value of session is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSourceId
(experimental) sourceId property.Specify an array of string values to match this event if the actual value of sourceId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getStatus
(experimental) status property.Specify an array of string values to match this event if the actual value of status is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSystemAttributes
@Stability(Experimental) @Nullable default VoiceIdStartSessionAction.SystemAttributes getSystemAttributes()(experimental) systemAttributes property.Specify an array of string values to match this event if the actual value of systemAttributes is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static VoiceIdStartSessionAction.VoiceIdStartSessionActionProps.Builder builder()
-