Class DomainEvents.VoiceIdUpdateSessionAction.Session.Jsii$Proxy
- All Implemented Interfaces:
DomainEvents.VoiceIdUpdateSessionAction.Session,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DomainEvents.VoiceIdUpdateSessionAction.Session
DomainEvents.VoiceIdUpdateSessionAction.Session-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.voiceid.events.DomainEvents.VoiceIdUpdateSessionAction.Session
DomainEvents.VoiceIdUpdateSessionAction.Session.Builder, DomainEvents.VoiceIdUpdateSessionAction.Session.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theDomainEvents.VoiceIdUpdateSessionAction.Session.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal boolean(experimental) authenticationConfiguration property.(experimental) fraudDetectionConfiguration property.(experimental) generatedSpeakerId property.(experimental) sessionId property.(experimental) sessionName property.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theDomainEvents.VoiceIdUpdateSessionAction.Session.Builder.
-
-
Method Details
-
getAuthenticationConfiguration
public final DomainEvents.VoiceIdUpdateSessionAction.AuthenticationConfiguration getAuthenticationConfiguration()Description copied from interface:DomainEvents.VoiceIdUpdateSessionAction.Session(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
- Specified by:
getAuthenticationConfigurationin interfaceDomainEvents.VoiceIdUpdateSessionAction.Session
-
getFraudDetectionConfiguration
public final DomainEvents.VoiceIdUpdateSessionAction.FraudDetectionConfiguration getFraudDetectionConfiguration()Description copied from interface:DomainEvents.VoiceIdUpdateSessionAction.Session(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
- Specified by:
getFraudDetectionConfigurationin interfaceDomainEvents.VoiceIdUpdateSessionAction.Session
-
getGeneratedSpeakerId
Description copied from interface:DomainEvents.VoiceIdUpdateSessionAction.Session(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
- Specified by:
getGeneratedSpeakerIdin interfaceDomainEvents.VoiceIdUpdateSessionAction.Session
-
getSessionId
Description copied from interface:DomainEvents.VoiceIdUpdateSessionAction.Session(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
- Specified by:
getSessionIdin interfaceDomainEvents.VoiceIdUpdateSessionAction.Session
-
getSessionName
Description copied from interface:DomainEvents.VoiceIdUpdateSessionAction.Session(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
- Specified by:
getSessionNamein interfaceDomainEvents.VoiceIdUpdateSessionAction.Session
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-