Class: Aws::LexModelsV2::Types::ListAggregatedUtterancesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregated_utterances_summariesArray<Types::AggregatedUtterancesSummary>

Summaries of the aggregated utterance data. Each response contains information about the number of times that the utterance was seen during the time period, whether it was detected or missed, and when it was seen during the time period.



8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

class ListAggregatedUtterancesResponse < Struct.new(
  :bot_id,
  :bot_alias_id,
  :bot_version,
  :locale_id,
  :aggregation_duration,
  :aggregation_window_start_time,
  :aggregation_window_end_time,
  :aggregation_last_refreshed_date_time,
  :aggregated_utterances_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#aggregation_durationTypes::UtteranceAggregationDuration

The time period used to aggregate the utterance data.



8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

class ListAggregatedUtterancesResponse < Struct.new(
  :bot_id,
  :bot_alias_id,
  :bot_version,
  :locale_id,
  :aggregation_duration,
  :aggregation_window_start_time,
  :aggregation_window_end_time,
  :aggregation_last_refreshed_date_time,
  :aggregated_utterances_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#aggregation_last_refreshed_date_timeTime

The last date and time that the aggregated data was collected. The time period depends on the length of the aggregation window.

  • Hours - for 1 hour time window, every half hour; otherwise every hour.

  • Days - every 6 hours

  • Weeks - for a one week time window, every 12 hours; otherwise, every day

Returns:

  • (Time)


8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

class ListAggregatedUtterancesResponse < Struct.new(
  :bot_id,
  :bot_alias_id,
  :bot_version,
  :locale_id,
  :aggregation_duration,
  :aggregation_window_start_time,
  :aggregation_window_end_time,
  :aggregation_last_refreshed_date_time,
  :aggregated_utterances_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#aggregation_window_end_timeTime

The date and time that the aggregation window ends. Only data collected between the start time and the end time are returned in the results.

Returns:

  • (Time)


8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

class ListAggregatedUtterancesResponse < Struct.new(
  :bot_id,
  :bot_alias_id,
  :bot_version,
  :locale_id,
  :aggregation_duration,
  :aggregation_window_start_time,
  :aggregation_window_end_time,
  :aggregation_last_refreshed_date_time,
  :aggregated_utterances_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#aggregation_window_start_timeTime

The date and time that the aggregation window begins. Only data collected after this time is returned in the results.

Returns:

  • (Time)


8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

class ListAggregatedUtterancesResponse < Struct.new(
  :bot_id,
  :bot_alias_id,
  :bot_version,
  :locale_id,
  :aggregation_duration,
  :aggregation_window_start_time,
  :aggregation_window_end_time,
  :aggregation_last_refreshed_date_time,
  :aggregated_utterances_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#bot_alias_idString

The identifier of the bot alias that contains the utterances. If you specified the bot version, the bot alias ID isn't returned.

Returns:

  • (String)


8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

class ListAggregatedUtterancesResponse < Struct.new(
  :bot_id,
  :bot_alias_id,
  :bot_version,
  :locale_id,
  :aggregation_duration,
  :aggregation_window_start_time,
  :aggregation_window_end_time,
  :aggregation_last_refreshed_date_time,
  :aggregated_utterances_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#bot_idString

The identifier of the bot that contains the utterances.

Returns:

  • (String)


8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

class ListAggregatedUtterancesResponse < Struct.new(
  :bot_id,
  :bot_alias_id,
  :bot_version,
  :locale_id,
  :aggregation_duration,
  :aggregation_window_start_time,
  :aggregation_window_end_time,
  :aggregation_last_refreshed_date_time,
  :aggregated_utterances_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The identifier of the bot version that contains the utterances. If you specified the bot alias, the bot version isn't returned.

Returns:

  • (String)


8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

class ListAggregatedUtterancesResponse < Struct.new(
  :bot_id,
  :bot_alias_id,
  :bot_version,
  :locale_id,
  :aggregation_duration,
  :aggregation_window_start_time,
  :aggregation_window_end_time,
  :aggregation_last_refreshed_date_time,
  :aggregated_utterances_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The identifier of the language and locale that the utterances are in.

Returns:

  • (String)


8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

class ListAggregatedUtterancesResponse < Struct.new(
  :bot_id,
  :bot_alias_id,
  :bot_version,
  :locale_id,
  :aggregation_duration,
  :aggregation_window_start_time,
  :aggregation_window_end_time,
  :aggregation_last_refreshed_date_time,
  :aggregated_utterances_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates whether there are more results to return in a response to the ListAggregatedUtterances operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListAggregatedUtterances operation request to get the next page of results.

Returns:

  • (String)


8743
8744
8745
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

class ListAggregatedUtterancesResponse < Struct.new(
  :bot_id,
  :bot_alias_id,
  :bot_version,
  :locale_id,
  :aggregation_duration,
  :aggregation_window_start_time,
  :aggregation_window_end_time,
  :aggregation_last_refreshed_date_time,
  :aggregated_utterances_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end