Class: Aws::LexModelsV2::Types::SlotSummary

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

Overview

Summary information about a slot, a value that the bot elicits from the user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the slot.

Returns:

  • (String)


12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12452

class SlotSummary < Struct.new(
  :slot_id,
  :slot_name,
  :description,
  :slot_constraint,
  :slot_type_id,
  :value_elicitation_prompt_specification,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The timestamp of the last date and time that the slot was updated.

Returns:

  • (Time)


12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12452

class SlotSummary < Struct.new(
  :slot_id,
  :slot_name,
  :description,
  :slot_constraint,
  :slot_type_id,
  :value_elicitation_prompt_specification,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#slot_constraintString

Whether the slot is required or optional. An intent is complete when all required slots are filled.

Returns:

  • (String)


12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12452

class SlotSummary < Struct.new(
  :slot_id,
  :slot_name,
  :description,
  :slot_constraint,
  :slot_type_id,
  :value_elicitation_prompt_specification,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#slot_idString

The unique identifier of the slot.

Returns:

  • (String)


12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12452

class SlotSummary < Struct.new(
  :slot_id,
  :slot_name,
  :description,
  :slot_constraint,
  :slot_type_id,
  :value_elicitation_prompt_specification,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#slot_nameString

The name given to the slot.

Returns:

  • (String)


12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12452

class SlotSummary < Struct.new(
  :slot_id,
  :slot_name,
  :description,
  :slot_constraint,
  :slot_type_id,
  :value_elicitation_prompt_specification,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#slot_type_idString

The unique identifier for the slot type that defines the values for the slot.

Returns:

  • (String)


12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12452

class SlotSummary < Struct.new(
  :slot_id,
  :slot_name,
  :description,
  :slot_constraint,
  :slot_type_id,
  :value_elicitation_prompt_specification,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#value_elicitation_prompt_specificationTypes::PromptSpecification

Prompts that are sent to the user to elicit a value for the slot.



12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12452

class SlotSummary < Struct.new(
  :slot_id,
  :slot_name,
  :description,
  :slot_constraint,
  :slot_type_id,
  :value_elicitation_prompt_specification,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end