aws-sdk-lexmodelsv2 1.39.0 → 1.41.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b002e15ffbaf96bc0b16d9373a6bb887b7b493e9901d0d0f176ec53590ff2eb9
4
- data.tar.gz: c36d3123d235189006b0b544e1faf21ddd44c5af4d9b5ee257a96b94000159a8
3
+ metadata.gz: 93789266b4f9d127548bf42d740111bcea6b6325074ec8e3ae6a4114015ec240
4
+ data.tar.gz: e8c50c63b9b466e4643775f3196a92c7d302b05480268d7c20daee57900d7bae
5
5
  SHA512:
6
- metadata.gz: a0a99d3f3e0064a1d0a24c42a04eced19eca2d86cd8890847fd35e5ca823df276983bc0a777c19acd7a809db84640e7fd78355131b80e3afc0a8d0f8b802d71f
7
- data.tar.gz: 4e331fe45f412d75da8e90a24e80444112974c577fc4b4640b512f0686604d0571e37a315da2a581687336f49e8f1fdfa07d66ad31028ba7613dd2340f7f0e01
6
+ metadata.gz: 5d6c4039cc7adeb906b8f022b71a078386f548020b9ca835e2a4f8e3e7d5fb1a18dbd9eb79d3a62f235334008327aa19d0f9cd1d331ddc6cdd4bd6e2d9f6adaf
7
+ data.tar.gz: a7eca0942672068be29828908f8d54b59ede4d177e5abeae15e8f13b64068a17b687b6b142befa2f66ffea883c9120f49c99022b39e7700ebf648feb6ea6fc6c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2023-08-16)
5
+ ------------------
6
+
7
+ * Feature - This release updates the Custom Vocabulary Weight field to support a value of 0.
8
+
9
+ 1.40.0 (2023-07-20)
10
+ ------------------
11
+
12
+ * Feature - This release updates type for Channel field in SessionSpecification and UtteranceSpecification
13
+
4
14
  1.39.0 (2023-07-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.41.0
@@ -6002,8 +6002,8 @@ module Aws::LexModelsV2
6002
6002
  req.send_request(options)
6003
6003
  end
6004
6004
 
6005
- # Retrieves summary metrics for the intent stages in your bot. The
6006
- # following fields are required:
6005
+ # Retrieves summary metrics for the stages within intents in your bot.
6006
+ # The following fields are required:
6007
6007
  #
6008
6008
  # * `metrics` – A list of [AnalyticsIntentStageMetric][1] objects. In
6009
6009
  # each object, use the `name` field to specify the metric to
@@ -6410,7 +6410,7 @@ module Aws::LexModelsV2
6410
6410
  # resp.sessions[0].bot_alias_id #=> String
6411
6411
  # resp.sessions[0].bot_version #=> String
6412
6412
  # resp.sessions[0].locale_id #=> String
6413
- # resp.sessions[0].channel #=> String, one of "Facebook", "Slack", "TwilioSms"
6413
+ # resp.sessions[0].channel #=> String
6414
6414
  # resp.sessions[0].session_id #=> String
6415
6415
  # resp.sessions[0].conversation_start_time #=> Time
6416
6416
  # resp.sessions[0].conversation_end_time #=> Time
@@ -7168,10 +7168,22 @@ module Aws::LexModelsV2
7168
7168
  req.send_request(options)
7169
7169
  end
7170
7170
 
7171
+ # <note markdown="1"> To use this API operation, your IAM role must have permissions to
7172
+ # perform the [ListAggregatedUtterances][1] operation, which provides
7173
+ # access to utterance-related analytics. See [Viewing utterance
7174
+ # statistics][2] for the IAM policy to apply to the IAM role.
7175
+ #
7176
+ # </note>
7177
+ #
7171
7178
  # Retrieves a list of metadata for individual user utterances to your
7172
- # bot. The `startDateTime` and `endDateTime` fields are required. These
7173
- # fields define a time range for which you want to retrieve results. Of
7174
- # the optional fields, you can organize the results in the following
7179
+ # bot. The following fields are required:
7180
+ #
7181
+ # * `startDateTime` and `endDateTime` Define a time range for which
7182
+ # you want to retrieve results.
7183
+ #
7184
+ # ^
7185
+ #
7186
+ # Of the optional fields, you can organize the results in the following
7175
7187
  # ways:
7176
7188
  #
7177
7189
  # * Use the `filters` field to filter the results and the `sortBy` field
@@ -7182,6 +7194,11 @@ module Aws::LexModelsV2
7182
7194
  # batch of results if the response does not return the full set of
7183
7195
  # results.
7184
7196
  #
7197
+ #
7198
+ #
7199
+ # [1]: https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListAggregatedUtterances.html
7200
+ # [2]: https://docs.aws.amazon.com/lexv2/latest/dg/monitoring-utterances.html
7201
+ #
7185
7202
  # @option params [required, String] :bot_id
7186
7203
  # The identifier for the bot for which you want to retrieve utterance
7187
7204
  # analytics.
@@ -7255,7 +7272,7 @@ module Aws::LexModelsV2
7255
7272
  # resp.utterances[0].bot_version #=> String
7256
7273
  # resp.utterances[0].locale_id #=> String
7257
7274
  # resp.utterances[0].session_id #=> String
7258
- # resp.utterances[0].channel #=> String, one of "Facebook", "Slack", "TwilioSms"
7275
+ # resp.utterances[0].channel #=> String
7259
7276
  # resp.utterances[0].mode #=> String, one of "Speech", "Text", "DTMF", "MultiMode"
7260
7277
  # resp.utterances[0].conversation_start_time #=> Time
7261
7278
  # resp.utterances[0].conversation_end_time #=> Time
@@ -7291,10 +7308,17 @@ module Aws::LexModelsV2
7291
7308
  req.send_request(options)
7292
7309
  end
7293
7310
 
7311
+ # <note markdown="1"> To use this API operation, your IAM role must have permissions to
7312
+ # perform the [ListAggregatedUtterances][1] operation, which provides
7313
+ # access to utterance-related analytics. See [Viewing utterance
7314
+ # statistics][2] for the IAM policy to apply to the IAM role.
7315
+ #
7316
+ # </note>
7317
+ #
7294
7318
  # Retrieves summary metrics for the utterances in your bot. The
7295
7319
  # following fields are required:
7296
7320
  #
7297
- # * `metrics` – A list of [AnalyticsUtteranceMetric][1] objects. In each
7321
+ # * `metrics` – A list of [AnalyticsUtteranceMetric][3] objects. In each
7298
7322
  # object, use the `name` field to specify the metric to calculate, the
7299
7323
  # `statistic` field to specify whether to calculate the `Sum`,
7300
7324
  # `Average`, or `Max` number, and the `order` field to specify whether
@@ -7320,7 +7344,9 @@ module Aws::LexModelsV2
7320
7344
  #
7321
7345
  #
7322
7346
  #
7323
- # [1]: https://docs.aws.amazon.com/lexv2/latest/APIReference/API_AnalyticsUtteranceMetric.html
7347
+ # [1]: https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListAggregatedUtterances.html
7348
+ # [2]: https://docs.aws.amazon.com/lexv2/latest/dg/monitoring-utterances.html
7349
+ # [3]: https://docs.aws.amazon.com/lexv2/latest/APIReference/API_AnalyticsUtteranceMetric.html
7324
7350
  #
7325
7351
  # @option params [required, String] :bot_id
7326
7352
  # The identifier for the bot for which you want to retrieve utterance
@@ -9690,7 +9716,7 @@ module Aws::LexModelsV2
9690
9716
  params: params,
9691
9717
  config: config)
9692
9718
  context[:gem_name] = 'aws-sdk-lexmodelsv2'
9693
- context[:gem_version] = '1.39.0'
9719
+ context[:gem_version] = '1.41.0'
9694
9720
  Seahorse::Client::Request.new(handlers, context)
9695
9721
  end
9696
9722
 
@@ -35,6 +35,7 @@ module Aws::LexModelsV2
35
35
  AnalyticsBinKey = Shapes::StructureShape.new(name: 'AnalyticsBinKey')
36
36
  AnalyticsBinKeys = Shapes::ListShape.new(name: 'AnalyticsBinKeys')
37
37
  AnalyticsBinValue = Shapes::IntegerShape.new(name: 'AnalyticsBinValue')
38
+ AnalyticsChannel = Shapes::StringShape.new(name: 'AnalyticsChannel')
38
39
  AnalyticsCommonFilterName = Shapes::StringShape.new(name: 'AnalyticsCommonFilterName')
39
40
  AnalyticsFilterOperator = Shapes::StringShape.new(name: 'AnalyticsFilterOperator')
40
41
  AnalyticsFilterValue = Shapes::StringShape.new(name: 'AnalyticsFilterValue')
@@ -154,7 +155,6 @@ module Aws::LexModelsV2
154
155
  BotAliasSummary = Shapes::StructureShape.new(name: 'BotAliasSummary')
155
156
  BotAliasSummaryList = Shapes::ListShape.new(name: 'BotAliasSummaryList')
156
157
  BotAliasTestExecutionTarget = Shapes::StructureShape.new(name: 'BotAliasTestExecutionTarget')
157
- BotChannelType = Shapes::StringShape.new(name: 'BotChannelType')
158
158
  BotExportSpecification = Shapes::StructureShape.new(name: 'BotExportSpecification')
159
159
  BotFilter = Shapes::StructureShape.new(name: 'BotFilter')
160
160
  BotFilterName = Shapes::StringShape.new(name: 'BotFilterName')
@@ -2803,7 +2803,7 @@ module Aws::LexModelsV2
2803
2803
  SessionSpecification.add_member(:bot_alias_id, Shapes::ShapeRef.new(shape: BotAliasId, location_name: "botAliasId"))
2804
2804
  SessionSpecification.add_member(:bot_version, Shapes::ShapeRef.new(shape: NumericalBotVersion, location_name: "botVersion"))
2805
2805
  SessionSpecification.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
2806
- SessionSpecification.add_member(:channel, Shapes::ShapeRef.new(shape: BotChannelType, location_name: "channel"))
2806
+ SessionSpecification.add_member(:channel, Shapes::ShapeRef.new(shape: AnalyticsChannel, location_name: "channel"))
2807
2807
  SessionSpecification.add_member(:session_id, Shapes::ShapeRef.new(shape: AnalyticsSessionId, location_name: "sessionId"))
2808
2808
  SessionSpecification.add_member(:conversation_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "conversationStartTime"))
2809
2809
  SessionSpecification.add_member(:conversation_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "conversationEndTime"))
@@ -3503,7 +3503,7 @@ module Aws::LexModelsV2
3503
3503
  UtteranceSpecification.add_member(:bot_version, Shapes::ShapeRef.new(shape: NumericalBotVersion, location_name: "botVersion"))
3504
3504
  UtteranceSpecification.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
3505
3505
  UtteranceSpecification.add_member(:session_id, Shapes::ShapeRef.new(shape: AnalyticsSessionId, location_name: "sessionId"))
3506
- UtteranceSpecification.add_member(:channel, Shapes::ShapeRef.new(shape: BotChannelType, location_name: "channel"))
3506
+ UtteranceSpecification.add_member(:channel, Shapes::ShapeRef.new(shape: AnalyticsChannel, location_name: "channel"))
3507
3507
  UtteranceSpecification.add_member(:mode, Shapes::ShapeRef.new(shape: AnalyticsModality, location_name: "mode"))
3508
3508
  UtteranceSpecification.add_member(:conversation_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "conversationStartTime"))
3509
3509
  UtteranceSpecification.add_member(:conversation_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "conversationEndTime"))
@@ -1407,7 +1407,7 @@ module Aws::LexModelsV2
1407
1407
  # * `Detected` – The number of utterances that Amazon Lex managed to
1408
1408
  # detect.
1409
1409
  #
1410
- # * `UtteranceTimeStamp` – The date and time of the utterance.
1410
+ # * `UtteranceTimestamp` – The date and time of the utterance.
1411
1411
  # @return [String]
1412
1412
  #
1413
1413
  # @!attribute [rw] statistic
@@ -14373,7 +14373,7 @@ module Aws::LexModelsV2
14373
14373
  #
14374
14374
  # * `Count` – The number of utterances.
14375
14375
  #
14376
- # * `UtteranceTimeStamp` – The date and time of the utterance.
14376
+ # * `UtteranceTimestamp` – The date and time of the utterance.
14377
14377
  # @return [String]
14378
14378
  #
14379
14379
  # @!attribute [rw] order
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-lexmodelsv2/customizations'
53
53
  # @!group service
54
54
  module Aws::LexModelsV2
55
55
 
56
- GEM_VERSION = '1.39.0'
56
+ GEM_VERSION = '1.41.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexmodelsv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-18 00:00:00.000000000 Z
11
+ date: 2023-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core