Show / Hide Table of Contents

Class DomainEvents.VoiceIdEvaluateSessionAction.AuthenticationResult

(experimental) Type definition for AuthenticationResult.

Inheritance
object
DomainEvents.VoiceIdEvaluateSessionAction.AuthenticationResult
Implements
DomainEvents.VoiceIdEvaluateSessionAction.IAuthenticationResult
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 DomainEvents.VoiceIdEvaluateSessionAction.AuthenticationResult : DomainEvents.VoiceIdEvaluateSessionAction.IAuthenticationResult
Syntax (vb)
Public Class DomainEvents.VoiceIdEvaluateSessionAction.AuthenticationResult Implements DomainEvents.VoiceIdEvaluateSessionAction.IAuthenticationResult
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 authenticationResult = new AuthenticationResult {
                 AudioAggregationEndedAt = new [] { "audioAggregationEndedAt" },
                 AudioAggregationStartedAt = new [] { "audioAggregationStartedAt" },
                 AuthenticationResultId = new [] { "authenticationResultId" },
                 Configuration = new ConfigurationAuthentication {
                     AcceptanceThreshold = new [] { "acceptanceThreshold" }
                 },
                 Decision = new [] { "decision" },
                 Score = new [] { "score" }
             };

Synopsis

Constructors

AuthenticationResult()

(experimental) Type definition for AuthenticationResult.

Properties

AudioAggregationEndedAt

(experimental) audioAggregationEndedAt property.

AudioAggregationStartedAt

(experimental) audioAggregationStartedAt property.

AuthenticationResultId

(experimental) authenticationResultId property.

Configuration

(experimental) configuration property.

Decision

(experimental) decision property.

Score

(experimental) score property.

Constructors

AuthenticationResult()

(experimental) Type definition for AuthenticationResult.

public AuthenticationResult()
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 authenticationResult = new AuthenticationResult {
                 AudioAggregationEndedAt = new [] { "audioAggregationEndedAt" },
                 AudioAggregationStartedAt = new [] { "audioAggregationStartedAt" },
                 AuthenticationResultId = new [] { "authenticationResultId" },
                 Configuration = new ConfigurationAuthentication {
                     AcceptanceThreshold = new [] { "acceptanceThreshold" }
                 },
                 Decision = new [] { "decision" },
                 Score = new [] { "score" }
             };

Properties

AudioAggregationEndedAt

(experimental) audioAggregationEndedAt property.

public string[]? AudioAggregationEndedAt { get; set; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

AudioAggregationStartedAt

(experimental) audioAggregationStartedAt property.

public string[]? AudioAggregationStartedAt { get; set; }
Property Value

string[]

Remarks

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.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

AuthenticationResultId

(experimental) authenticationResultId property.

public string[]? AuthenticationResultId { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of authenticationResultId 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

Configuration

(experimental) configuration property.

public DomainEvents.VoiceIdEvaluateSessionAction.IConfigurationAuthentication? Configuration { get; set; }
Property Value

DomainEvents.VoiceIdEvaluateSessionAction.IConfigurationAuthentication

Remarks

Specify an array of string values to match this event if the actual value of configuration 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

Decision

(experimental) decision property.

public string[]? Decision { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of decision 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

Score

(experimental) score property.

public string[]? Score { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of score 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

DomainEvents.VoiceIdEvaluateSessionAction.IAuthenticationResult
Back to top Generated by DocFX