Show / Hide Table of Contents

Class VoiceIdUpdateSessionAction.Session

(experimental) Type definition for Session.

Inheritance
object
VoiceIdUpdateSessionAction.Session
Implements
VoiceIdUpdateSessionAction.ISession
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.VoiceID.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class VoiceIdUpdateSessionAction.Session : VoiceIdUpdateSessionAction.ISession
Syntax (vb)
Public Class VoiceIdUpdateSessionAction.Session Implements 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

Constructors

Session()

(experimental) Type definition for Session.

Properties

AuthenticationConfiguration

(experimental) authenticationConfiguration property.

FraudDetectionConfiguration

(experimental) fraudDetectionConfiguration property.

GeneratedSpeakerId

(experimental) generatedSpeakerId property.

SessionId

(experimental) sessionId property.

SessionName

(experimental) sessionName property.

Constructors

Session()

(experimental) Type definition for Session.

public Session()
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" }
             };

Properties

AuthenticationConfiguration

(experimental) authenticationConfiguration property.

public VoiceIdUpdateSessionAction.IAuthenticationConfiguration? AuthenticationConfiguration { get; set; }
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.

public VoiceIdUpdateSessionAction.IFraudDetectionConfiguration? FraudDetectionConfiguration { get; set; }
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.

public string[]? GeneratedSpeakerId { get; set; }
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.

public string[]? SessionId { get; set; }
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.

public string[]? SessionName { get; set; }
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

Implements

VoiceIdUpdateSessionAction.ISession
Back to top Generated by DocFX