AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The content definition. This can contain only one text, SSML, or audio list object.

Inheritance Hierarchy

System.Object
  Amazon.AlexaForBusiness.Model.Content

Namespace: Amazon.AlexaForBusiness.Model
Assembly: AWSSDK.AlexaForBusiness.dll
Version: 3.x.y.z

Syntax

C#
public class Content

The Content type exposes the following members

Constructors

NameDescription
Public Method Content()

Properties

NameTypeDescription
Public Property AudioList System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.Audio>

Gets and sets the property AudioList.

The list of audio messages.

Public Property SsmlList System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.Ssml>

Gets and sets the property SsmlList.

The list of SSML messages.

Public Property TextList System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.Text>

Gets and sets the property TextList.

The list of text messages.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5