AWSConnectSearchVocabulariesResponse

Objective-C

@interface AWSConnectSearchVocabulariesResponse

Swift

class AWSConnectSearchVocabulariesResponse
  • If there are additional results, this is the token for the next set of results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • The list of the available custom vocabularies.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectVocabularySummary *> *_Nullable vocabularySummaryList;

    Swift

    var vocabularySummaryList: [AWSConnectVocabularySummary]? { get set }