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)


2149
2150
2151
2152
2153
2154
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2149

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)


2149
2150
2151
2152
2153
2154
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2149

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