AmazonConnectGuideAssociation
data class AmazonConnectGuideAssociation(val value: AmazonConnectGuideAssociationData) : ContentAssociationContents
The data of the step-by-step guide association.
Inherited 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.