class VoiceIdStartSessionAction
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.VoiceID.Events.DomainEvents.VoiceIdStartSessionAction |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsvoiceid/events#DomainEvents_VoiceIdStartSessionAction |
Java | software.amazon.awscdk.mixins.preview.services.voiceid.events.DomainEvents.VoiceIdStartSessionAction |
Python | aws_cdk.mixins_preview.aws_voiceid.events.DomainEvents.VoiceIdStartSessionAction |
TypeScript | @aws-cdk/mixins-preview » aws_voiceid » events » DomainEvents » VoiceIdStartSessionAction |
aws.voiceid@VoiceIdStartSessionAction event types for Domain.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as voiceid_events } from '@aws-cdk/mixins-preview/aws-voiceid';
const voiceIdStartSessionAction = new voiceid_events.DomainEvents.VoiceIdStartSessionAction();
Initializer
new VoiceIdStartSessionAction()

.NET
Go
Java
Python
TypeScript