VoiceIdStartSessionAction
- class aws_cdk.mixins_preview.aws_voiceid.events.VoiceIdStartSessionAction
Bases:
object(experimental) EventBridge event pattern for aws.voiceid@VoiceIdStartSessionAction.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events voice_id_start_session_action = voiceid_events.VoiceIdStartSessionAction()
- Stability:
experimental
Static Methods
- classmethod voice_id_start_session_action_pattern(*, action=None, domain_id=None, error_info=None, event_metadata=None, session=None, source_id=None, status=None, system_attributes=None)
(experimental) EventBridge event pattern for VoiceId Start Session Action.
- Parameters:
action (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielddomain_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Filter with the Domain referenceerror_info (
Union[ErrorInfo,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -session (
Union[Session,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldsource_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstatus (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldsystem_attributes (
Union[SystemAttributes,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
AuthenticationAudioProgress
- class VoiceIdStartSessionAction.AuthenticationAudioProgress(*, audio_aggregation_ended_at=None, audio_aggregation_started_at=None)
Bases:
object(experimental) Type definition for AuthenticationAudioProgress.
- Parameters:
audio_aggregation_ended_at (
Optional[Sequence[str]]) – (experimental) audioAggregationEndedAt property. Specify an array of string values to match this event if the actual value of audioAggregationEndedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldaudio_aggregation_started_at (
Optional[Sequence[str]]) – (experimental) audioAggregationStartedAt property. Specify an array of string values to match this event if the actual value of audioAggregationStartedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events authentication_audio_progress = voiceid_events.VoiceIdStartSessionAction.AuthenticationAudioProgress( audio_aggregation_ended_at=["audioAggregationEndedAt"], audio_aggregation_started_at=["audioAggregationStartedAt"] )
Attributes
- audio_aggregation_ended_at
(experimental) audioAggregationEndedAt property.
Specify an array of string values to match this event if the actual value of audioAggregationEndedAt 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
- Stability:
experimental
- audio_aggregation_started_at
(experimental) audioAggregationStartedAt property.
Specify an array of string values to match this event if the actual value of audioAggregationStartedAt 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
- Stability:
experimental
AuthenticationConfiguration
- class VoiceIdStartSessionAction.AuthenticationConfiguration(*, acceptance_threshold=None)
Bases:
object(experimental) Type definition for AuthenticationConfiguration.
- Parameters:
acceptance_threshold (
Optional[Sequence[str]]) – (experimental) acceptanceThreshold property. Specify an array of string values to match this event if the actual value of acceptanceThreshold is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events authentication_configuration = voiceid_events.VoiceIdStartSessionAction.AuthenticationConfiguration( acceptance_threshold=["acceptanceThreshold"] )
Attributes
- acceptance_threshold
(experimental) acceptanceThreshold property.
Specify an array of string values to match this event if the actual value of acceptanceThreshold 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
- Stability:
experimental
EnrollmentAudioProgress
- class VoiceIdStartSessionAction.EnrollmentAudioProgress(*, audio_aggregation_ended_at=None, audio_aggregation_started_at=None, audio_aggregation_status=None)
Bases:
object(experimental) Type definition for EnrollmentAudioProgress.
- Parameters:
audio_aggregation_ended_at (
Optional[Sequence[str]]) – (experimental) audioAggregationEndedAt property. Specify an array of string values to match this event if the actual value of audioAggregationEndedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldaudio_aggregation_started_at (
Optional[Sequence[str]]) – (experimental) audioAggregationStartedAt property. Specify an array of string values to match this event if the actual value of audioAggregationStartedAt is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldaudio_aggregation_status (
Optional[Sequence[str]]) – (experimental) audioAggregationStatus property. Specify an array of string values to match this event if the actual value of audioAggregationStatus is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events enrollment_audio_progress = voiceid_events.VoiceIdStartSessionAction.EnrollmentAudioProgress( audio_aggregation_ended_at=["audioAggregationEndedAt"], audio_aggregation_started_at=["audioAggregationStartedAt"], audio_aggregation_status=["audioAggregationStatus"] )
Attributes
- audio_aggregation_ended_at
(experimental) audioAggregationEndedAt property.
Specify an array of string values to match this event if the actual value of audioAggregationEndedAt 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
- Stability:
experimental
- audio_aggregation_started_at
(experimental) audioAggregationStartedAt property.
Specify an array of string values to match this event if the actual value of audioAggregationStartedAt 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
- Stability:
experimental
- audio_aggregation_status
(experimental) audioAggregationStatus property.
Specify an array of string values to match this event if the actual value of audioAggregationStatus 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
- Stability:
experimental
ErrorInfo
- class VoiceIdStartSessionAction.ErrorInfo(*, error_code=None, error_message=None, error_type=None)
Bases:
object(experimental) Type definition for ErrorInfo.
- Parameters:
error_code (
Optional[Sequence[str]]) – (experimental) errorCode property. Specify an array of string values to match this event if the actual value of errorCode is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielderror_message (
Optional[Sequence[str]]) – (experimental) errorMessage property. Specify an array of string values to match this event if the actual value of errorMessage is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielderror_type (
Optional[Sequence[str]]) – (experimental) errorType property. Specify an array of string values to match this event if the actual value of errorType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events error_info = voiceid_events.VoiceIdStartSessionAction.ErrorInfo( error_code=["errorCode"], error_message=["errorMessage"], error_type=["errorType"] )
Attributes
- error_code
(experimental) errorCode property.
Specify an array of string values to match this event if the actual value of errorCode 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
- Stability:
experimental
- error_message
(experimental) errorMessage property.
Specify an array of string values to match this event if the actual value of errorMessage 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
- Stability:
experimental
- error_type
(experimental) errorType property.
Specify an array of string values to match this event if the actual value of errorType 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
- Stability:
experimental
FraudDetectionConfiguration
- class VoiceIdStartSessionAction.FraudDetectionConfiguration(*, risk_threshold=None, watchlist_id=None)
Bases:
object(experimental) Type definition for FraudDetectionConfiguration.
- Parameters:
risk_threshold (
Optional[Sequence[str]]) – (experimental) riskThreshold property. Specify an array of string values to match this event if the actual value of riskThreshold is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldwatchlist_id (
Optional[Sequence[str]]) – (experimental) watchlistId property. Specify an array of string values to match this event if the actual value of watchlistId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events fraud_detection_configuration = voiceid_events.VoiceIdStartSessionAction.FraudDetectionConfiguration( risk_threshold=["riskThreshold"], watchlist_id=["watchlistId"] )
Attributes
- risk_threshold
(experimental) riskThreshold property.
Specify an array of string values to match this event if the actual value of riskThreshold 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
- Stability:
experimental
- watchlist_id
(experimental) watchlistId property.
Specify an array of string values to match this event if the actual value of watchlistId 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
- Stability:
experimental
Session
- class VoiceIdStartSessionAction.Session(*, authentication_audio_progress=None, authentication_configuration=None, enrollment_audio_progress=None, fraud_detection_audio_progress=None, fraud_detection_configuration=None, generated_speaker_id=None, session_id=None, session_name=None, streaming_configuration=None)
Bases:
object(experimental) Type definition for Session.
- Parameters:
authentication_audio_progress (
Union[AuthenticationAudioProgress,Dict[str,Any],None]) – (experimental) authenticationAudioProgress property. Specify an array of string values to match this event if the actual value of authenticationAudioProgress is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldauthentication_configuration (
Union[AuthenticationConfiguration,Dict[str,Any],None]) – (experimental) authenticationConfiguration property. Specify an array of string values to match this event if the actual value of authenticationConfiguration is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldenrollment_audio_progress (
Union[EnrollmentAudioProgress,Dict[str,Any],None]) – (experimental) enrollmentAudioProgress property. Specify an array of string values to match this event if the actual value of enrollmentAudioProgress is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldfraud_detection_audio_progress (
Union[AuthenticationAudioProgress,Dict[str,Any],None]) – (experimental) fraudDetectionAudioProgress property. Specify an array of string values to match this event if the actual value of fraudDetectionAudioProgress is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldfraud_detection_configuration (
Union[FraudDetectionConfiguration,Dict[str,Any],None]) – (experimental) fraudDetectionConfiguration property. Specify an array of string values to match this event if the actual value of fraudDetectionConfiguration is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldgenerated_speaker_id (
Optional[Sequence[str]]) – (experimental) generatedSpeakerId property. Specify an array of string values to match this event if the actual value of generatedSpeakerId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldsession_id (
Optional[Sequence[str]]) – (experimental) sessionId property. Specify an array of string values to match this event if the actual value of sessionId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldsession_name (
Optional[Sequence[str]]) – (experimental) sessionName property. Specify an array of string values to match this event if the actual value of sessionName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstreaming_configuration (
Union[StreamingConfiguration,Dict[str,Any],None]) – (experimental) streamingConfiguration property. Specify an array of string values to match this event if the actual value of streamingConfiguration is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events session = voiceid_events.VoiceIdStartSessionAction.Session( authentication_audio_progress=voiceid_events.VoiceIdStartSessionAction.AuthenticationAudioProgress( audio_aggregation_ended_at=["audioAggregationEndedAt"], audio_aggregation_started_at=["audioAggregationStartedAt"] ), authentication_configuration=voiceid_events.VoiceIdStartSessionAction.AuthenticationConfiguration( acceptance_threshold=["acceptanceThreshold"] ), enrollment_audio_progress=voiceid_events.VoiceIdStartSessionAction.EnrollmentAudioProgress( audio_aggregation_ended_at=["audioAggregationEndedAt"], audio_aggregation_started_at=["audioAggregationStartedAt"], audio_aggregation_status=["audioAggregationStatus"] ), fraud_detection_audio_progress=voiceid_events.VoiceIdStartSessionAction.AuthenticationAudioProgress( audio_aggregation_ended_at=["audioAggregationEndedAt"], audio_aggregation_started_at=["audioAggregationStartedAt"] ), fraud_detection_configuration=voiceid_events.VoiceIdStartSessionAction.FraudDetectionConfiguration( risk_threshold=["riskThreshold"], watchlist_id=["watchlistId"] ), generated_speaker_id=["generatedSpeakerId"], session_id=["sessionId"], session_name=["sessionName"], streaming_configuration=voiceid_events.VoiceIdStartSessionAction.StreamingConfiguration( authentication_minimum_speech_in_seconds=["authenticationMinimumSpeechInSeconds"] ) )
Attributes
- authentication_audio_progress
(experimental) authenticationAudioProgress property.
Specify an array of string values to match this event if the actual value of authenticationAudioProgress 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
- Stability:
experimental
- authentication_configuration
(experimental) authenticationConfiguration property.
Specify an array of string values to match this event if the actual value of authenticationConfiguration 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
- Stability:
experimental
- enrollment_audio_progress
(experimental) enrollmentAudioProgress property.
Specify an array of string values to match this event if the actual value of enrollmentAudioProgress 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
- Stability:
experimental
- fraud_detection_audio_progress
(experimental) fraudDetectionAudioProgress property.
Specify an array of string values to match this event if the actual value of fraudDetectionAudioProgress 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
- Stability:
experimental
- fraud_detection_configuration
(experimental) fraudDetectionConfiguration property.
Specify an array of string values to match this event if the actual value of fraudDetectionConfiguration 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
- Stability:
experimental
- generated_speaker_id
(experimental) generatedSpeakerId property.
Specify an array of string values to match this event if the actual value of generatedSpeakerId 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
- Stability:
experimental
- session_id
(experimental) sessionId property.
Specify an array of string values to match this event if the actual value of sessionId 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
- Stability:
experimental
- session_name
(experimental) sessionName property.
Specify an array of string values to match this event if the actual value of sessionName 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
- Stability:
experimental
- streaming_configuration
(experimental) streamingConfiguration property.
Specify an array of string values to match this event if the actual value of streamingConfiguration 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
- Stability:
experimental
StreamingConfiguration
- class VoiceIdStartSessionAction.StreamingConfiguration(*, authentication_minimum_speech_in_seconds=None)
Bases:
object(experimental) Type definition for StreamingConfiguration.
- Parameters:
authentication_minimum_speech_in_seconds (
Optional[Sequence[str]]) – (experimental) authenticationMinimumSpeechInSeconds property. Specify an array of string values to match this event if the actual value of authenticationMinimumSpeechInSeconds is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events streaming_configuration = voiceid_events.VoiceIdStartSessionAction.StreamingConfiguration( authentication_minimum_speech_in_seconds=["authenticationMinimumSpeechInSeconds"] )
Attributes
- authentication_minimum_speech_in_seconds
(experimental) authenticationMinimumSpeechInSeconds property.
Specify an array of string values to match this event if the actual value of authenticationMinimumSpeechInSeconds 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
- Stability:
experimental
SystemAttributes
- class VoiceIdStartSessionAction.SystemAttributes(*, aws_connect_original_contact_arn=None)
Bases:
object(experimental) Type definition for SystemAttributes.
- Parameters:
aws_connect_original_contact_arn (
Optional[Sequence[str]]) – (experimental) aws-connect-OriginalContactArn property. Specify an array of string values to match this event if the actual value of aws-connect-OriginalContactArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events system_attributes = voiceid_events.VoiceIdStartSessionAction.SystemAttributes( aws_connect_original_contact_arn=["awsConnectOriginalContactArn"] )
Attributes
- aws_connect_original_contact_arn
(experimental) aws-connect-OriginalContactArn property.
Specify an array of string values to match this event if the actual value of aws-connect-OriginalContactArn 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
- Stability:
experimental
VoiceIdStartSessionActionProps
- class VoiceIdStartSessionAction.VoiceIdStartSessionActionProps(*, action=None, domain_id=None, error_info=None, event_metadata=None, session=None, source_id=None, status=None, system_attributes=None)
Bases:
object(experimental) Props type for aws.voiceid@VoiceIdStartSessionAction event.
- Parameters:
action (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fielddomain_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Filter with the Domain referenceerror_info (
Union[ErrorInfo,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -session (
Union[Session,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldsource_id (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstatus (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldsystem_attributes (
Union[SystemAttributes,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
from aws_cdk import AWSEventMetadataProps # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_voiceid import events as voiceid_events voice_id_start_session_action_props = voiceid_events.VoiceIdStartSessionAction.VoiceIdStartSessionActionProps( action=["action"], domain_id=["domainId"], error_info=voiceid_events.VoiceIdStartSessionAction.ErrorInfo( error_code=["errorCode"], error_message=["errorMessage"], error_type=["errorType"] ), event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), session=voiceid_events.VoiceIdStartSessionAction.Session( authentication_audio_progress=voiceid_events.VoiceIdStartSessionAction.AuthenticationAudioProgress( audio_aggregation_ended_at=["audioAggregationEndedAt"], audio_aggregation_started_at=["audioAggregationStartedAt"] ), authentication_configuration=voiceid_events.VoiceIdStartSessionAction.AuthenticationConfiguration( acceptance_threshold=["acceptanceThreshold"] ), enrollment_audio_progress=voiceid_events.VoiceIdStartSessionAction.EnrollmentAudioProgress( audio_aggregation_ended_at=["audioAggregationEndedAt"], audio_aggregation_started_at=["audioAggregationStartedAt"], audio_aggregation_status=["audioAggregationStatus"] ), fraud_detection_audio_progress=voiceid_events.VoiceIdStartSessionAction.AuthenticationAudioProgress( audio_aggregation_ended_at=["audioAggregationEndedAt"], audio_aggregation_started_at=["audioAggregationStartedAt"] ), fraud_detection_configuration=voiceid_events.VoiceIdStartSessionAction.FraudDetectionConfiguration( risk_threshold=["riskThreshold"], watchlist_id=["watchlistId"] ), generated_speaker_id=["generatedSpeakerId"], session_id=["sessionId"], session_name=["sessionName"], streaming_configuration=voiceid_events.VoiceIdStartSessionAction.StreamingConfiguration( authentication_minimum_speech_in_seconds=["authenticationMinimumSpeechInSeconds"] ) ), source_id=["sourceId"], status=["status"], system_attributes=voiceid_events.VoiceIdStartSessionAction.SystemAttributes( aws_connect_original_contact_arn=["awsConnectOriginalContactArn"] ) )
Attributes
- action
(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
- Stability:
experimental
- domain_id
(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
- Stability:
experimental
- error_info
(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
- Stability:
experimental
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- session
(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
- Stability:
experimental
- source_id
(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
- Stability:
experimental
- status
(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
- Stability:
experimental
- system_attributes
(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
- Stability:
experimental