Class: Aws::Connect::Types::DescribeVocabularyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vocabularyTypes::Vocabulary

A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper nouns.

Returns:



5512
5513
5514
5515
5516
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5512

class DescribeVocabularyResponse < Struct.new(
  :vocabulary)
  SENSITIVE = []
  include Aws::Structure
end