ContentAssociationContents
The contents of a content association.
Inheritors
Types
Link copied to clipboard
data class AmazonConnectGuideAssociation(val value: AmazonConnectGuideAssociationData) : ContentAssociationContents
The data of the step-by-step guide association.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this ContentAssociationContents as a AmazonConnectGuideAssociation and retrieves its aws.sdk.kotlin.services.qconnect.model.AmazonConnectGuideAssociationData value. Throws an exception if the ContentAssociationContents is not a AmazonConnectGuideAssociation.
Link copied to clipboard
Casts this ContentAssociationContents as a AmazonConnectGuideAssociation and retrieves its aws.sdk.kotlin.services.qconnect.model.AmazonConnectGuideAssociationData value. Returns null if the ContentAssociationContents is not a AmazonConnectGuideAssociation.