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.

Contains information about a custom vocabulary.

Inheritance Hierarchy

System.Object
  Amazon.Connect.Model.Vocabulary

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

Syntax

C#
public class Vocabulary

The Vocabulary type exposes the following members

Constructors

NameDescription
Public Method Vocabulary()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the custom vocabulary.

Public Property Content System.String

Gets and sets the property Content.

The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with Phrase, IPA, SoundsLike, and DisplayAs fields. Separate the fields with TAB characters. For more information, see Create a custom vocabulary using a table.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The reason why the custom vocabulary was not created.

Public Property Id System.String

Gets and sets the property Id.

The identifier of the custom vocabulary.

Public Property LanguageCode Amazon.Connect.VocabularyLanguageCode

Gets and sets the property LanguageCode.

The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The timestamp when the custom vocabulary was last modified.

Public Property Name System.String

Gets and sets the property Name.

A unique name of the custom vocabulary.

Public Property State Amazon.Connect.VocabularyState

Gets and sets the property State.

The current state of the custom vocabulary.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5