Class: Aws::Types::Slot

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#default_value_specTypes::SlotDefaultValueSpec

Returns the value of attribute default_value_spec.

Returns:



863
864
865
# File 'sig/types.rbs', line 863

def default_value_spec
  @default_value_spec
end

#description::String

Returns the value of attribute description.

Returns:



854
855
856
# File 'sig/types.rbs', line 854

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



853
854
855
# File 'sig/types.rbs', line 853

def name
  @name
end

#obfuscation_setting"NONE", "DEFAULT_OBFUSCATION"

Returns the value of attribute obfuscation_setting.

Returns:



862
863
864
# File 'sig/types.rbs', line 862

def obfuscation_setting
  @obfuscation_setting
end

#priority::Integer

Returns the value of attribute priority.

Returns:



859
860
861
# File 'sig/types.rbs', line 859

def priority
  @priority
end

#response_card::String

Returns the value of attribute response_card.

Returns:



861
862
863
# File 'sig/types.rbs', line 861

def response_card
  @response_card
end

#sample_utterances::Array[::String]

Returns the value of attribute sample_utterances.

Returns:



860
861
862
# File 'sig/types.rbs', line 860

def sample_utterances
  @sample_utterances
end

#slot_constraint"Required", "Optional"

Returns the value of attribute slot_constraint.

Returns:



855
856
857
# File 'sig/types.rbs', line 855

def slot_constraint
  @slot_constraint
end

#slot_type::String

Returns the value of attribute slot_type.

Returns:



856
857
858
# File 'sig/types.rbs', line 856

def slot_type
  @slot_type
end

#slot_type_version::String

Returns the value of attribute slot_type_version.

Returns:



857
858
859
# File 'sig/types.rbs', line 857

def slot_type_version
  @slot_type_version
end

#value_elicitation_promptTypes::Prompt

Returns the value of attribute value_elicitation_prompt.

Returns:



858
859
860
# File 'sig/types.rbs', line 858

def value_elicitation_prompt
  @value_elicitation_prompt
end