AWSConnectDeleteVocabularyResponse
Objective-C
@interface AWSConnectDeleteVocabularyResponse
Swift
class AWSConnectDeleteVocabularyResponse
-
The current state of the custom vocabulary.
Declaration
Objective-C
@property (nonatomic) AWSConnectVocabularyState state;
Swift
var state: AWSConnectVocabularyState { get set }
-
The Amazon Resource Name (ARN) of the custom vocabulary.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vocabularyArn;
Swift
var vocabularyArn: String? { get set }
-
The identifier of the custom vocabulary.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vocabularyId;
Swift
var vocabularyId: String? { get set }