Class: Aws::LexModelsV2::Types::BotLocaleHistoryEvent

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

Overview

Provides information about an event that occurred affecting the bot locale.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventString

A description of the event that occurred.

Returns:

  • (String)


2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2204

class BotLocaleHistoryEvent < Struct.new(
  :event,
  :event_date)
  SENSITIVE = []
  include Aws::Structure
end

#event_dateTime

A timestamp of the date and time that the event occurred.

Returns:

  • (Time)


2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2204

class BotLocaleHistoryEvent < Struct.new(
  :event,
  :event_date)
  SENSITIVE = []
  include Aws::Structure
end