AWSConnectAssociateDefaultVocabularyRequest

Objective-C

@interface AWSConnectAssociateDefaultVocabularyRequest

Swift

class AWSConnectAssociateDefaultVocabularyRequest
  • The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable instanceId;

    Swift

    var instanceId: String? { get set }
  • The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectVocabularyLanguageCode languageCode;

    Swift

    var languageCode: AWSConnectVocabularyLanguageCode { get set }
  • The identifier of the custom vocabulary. If this is empty, the default is set to none.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable vocabularyId;

    Swift

    var vocabularyId: String? { get set }