Class VoiceIdUpdateSessionAction.Session.Jsii$Proxy
- All Implemented Interfaces:
VoiceIdUpdateSessionAction.Session,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VoiceIdUpdateSessionAction.Session
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.VoiceIdUpdateSessionAction.Session
VoiceIdUpdateSessionAction.Session.Builder, VoiceIdUpdateSessionAction.Session.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theVoiceIdUpdateSessionAction.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 theVoiceIdUpdateSessionAction.Session.Builder.
-
-
Method Details
-
getAuthenticationConfiguration
public final VoiceIdUpdateSessionAction.AuthenticationConfiguration getAuthenticationConfiguration()Description copied from interface: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 interfaceVoiceIdUpdateSessionAction.Session
-
getFraudDetectionConfiguration
public final VoiceIdUpdateSessionAction.FraudDetectionConfiguration getFraudDetectionConfiguration()Description copied from interface: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 interfaceVoiceIdUpdateSessionAction.Session
-
getGeneratedSpeakerId
Description copied from interface: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 interfaceVoiceIdUpdateSessionAction.Session
-
getSessionId
Description copied from interface: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 interfaceVoiceIdUpdateSessionAction.Session
-
getSessionName
Description copied from interface: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 interfaceVoiceIdUpdateSessionAction.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()
-