Interface VoiceIdUpdateSessionAction.ISession
(experimental) Type definition for Session.
Namespace: Amazon.CDK.Mixins.Preview.AWS.VoiceID.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface VoiceIdUpdateSessionAction.ISession
Syntax (vb)
Public Interface VoiceIdUpdateSessionAction.ISession
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.VoiceID.Events;
var session = new Session {
AuthenticationConfiguration = new AuthenticationConfiguration {
AcceptanceThreshold = new [] { "acceptanceThreshold" }
},
FraudDetectionConfiguration = new FraudDetectionConfiguration {
RiskThreshold = new [] { "riskThreshold" },
WatchlistId = new [] { "watchlistId" }
},
GeneratedSpeakerId = new [] { "generatedSpeakerId" },
SessionId = new [] { "sessionId" },
SessionName = new [] { "sessionName" }
};
Synopsis
Properties
| AuthenticationConfiguration | (experimental) authenticationConfiguration property. |
| FraudDetectionConfiguration | (experimental) fraudDetectionConfiguration property. |
| GeneratedSpeakerId | (experimental) generatedSpeakerId property. |
| SessionId | (experimental) sessionId property. |
| SessionName | (experimental) sessionName property. |
Properties
AuthenticationConfiguration
(experimental) authenticationConfiguration property.
VoiceIdUpdateSessionAction.IAuthenticationConfiguration? AuthenticationConfiguration { get; }
Property Value
VoiceIdUpdateSessionAction.IAuthenticationConfiguration
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
FraudDetectionConfiguration
(experimental) fraudDetectionConfiguration property.
VoiceIdUpdateSessionAction.IFraudDetectionConfiguration? FraudDetectionConfiguration { get; }
Property Value
VoiceIdUpdateSessionAction.IFraudDetectionConfiguration
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
GeneratedSpeakerId
(experimental) generatedSpeakerId property.
string[]? GeneratedSpeakerId { get; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
SessionId
(experimental) sessionId property.
string[]? SessionId { get; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
SessionName
(experimental) sessionName property.
string[]? SessionName { get; }
Property Value
string[]
Remarks
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.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental