aws-sdk-connect 1.153.0 → 1.154.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +12 -11
- data/lib/aws-sdk-connect/client_api.rb +6 -0
- data/lib/aws-sdk-connect/types.rb +20 -10
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +8 -2
- data/sig/types.rbs +8 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 537858dd9ff5dcc5e8cb05e021ce0ff0edcb9c7ed3cae299b394c4243b16681b
|
|
4
|
+
data.tar.gz: 27e83ba1f4ac0176d4c3a0a15a3d2b8e381e1ce40b70a34f91b54c7d4c739f79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc1241c87f65f5ae37120f6d4ab79d7e371c5b304e6e70fbb3f49699c210ba7339c778577db9059b021139b43a6342aef1654f064eed066a639419402205115f
|
|
7
|
+
data.tar.gz: 6fb480cabf18ae43e11a90c27b746c49087a83fb310006c87737ffa02e8091db126c9acb4e827a1f644f2789e8e3e5b336da2bbcff3b54d31121433da8df30af
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.154.0
|
|
@@ -2621,7 +2621,7 @@ module Aws::Connect
|
|
|
2621
2621
|
# function: "RuleFunction", # required
|
|
2622
2622
|
# actions: [ # required
|
|
2623
2623
|
# {
|
|
2624
|
-
# action_type: "CREATE_TASK", # required, accepts CREATE_TASK, ASSIGN_CONTACT_CATEGORY, GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION, CREATE_CASE, UPDATE_CASE, END_ASSOCIATED_TASKS
|
|
2624
|
+
# action_type: "CREATE_TASK", # required, accepts CREATE_TASK, ASSIGN_CONTACT_CATEGORY, GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION, CREATE_CASE, UPDATE_CASE, END_ASSOCIATED_TASKS, SUBMIT_AUTO_EVALUATION
|
|
2625
2625
|
# task_action: {
|
|
2626
2626
|
# name: "TaskNameExpression", # required
|
|
2627
2627
|
# description: "TaskDescriptionExpression",
|
|
@@ -2681,6 +2681,9 @@ module Aws::Connect
|
|
|
2681
2681
|
# },
|
|
2682
2682
|
# end_associated_tasks_action: {
|
|
2683
2683
|
# },
|
|
2684
|
+
# submit_auto_evaluation_action: {
|
|
2685
|
+
# evaluation_form_id: "EvaluationFormId", # required
|
|
2686
|
+
# },
|
|
2684
2687
|
# },
|
|
2685
2688
|
# ],
|
|
2686
2689
|
# publish_status: "DRAFT", # required, accepts DRAFT, PUBLISHED
|
|
@@ -2740,9 +2743,6 @@ module Aws::Connect
|
|
|
2740
2743
|
# \| `SecurityProfile` \| `Queue` \| `RoutingProfile`
|
|
2741
2744
|
#
|
|
2742
2745
|
# @option params [Array<Types::Application>] :applications
|
|
2743
|
-
# This API is in preview release for Amazon Connect and is subject to
|
|
2744
|
-
# change.
|
|
2745
|
-
#
|
|
2746
2746
|
# A list of third-party applications that the security profile will give
|
|
2747
2747
|
# access to.
|
|
2748
2748
|
#
|
|
@@ -5210,7 +5210,7 @@ module Aws::Connect
|
|
|
5210
5210
|
# resp.rule.trigger_event_source.integration_association_id #=> String
|
|
5211
5211
|
# resp.rule.function #=> String
|
|
5212
5212
|
# resp.rule.actions #=> Array
|
|
5213
|
-
# resp.rule.actions[0].action_type #=> String, one of "CREATE_TASK", "ASSIGN_CONTACT_CATEGORY", "GENERATE_EVENTBRIDGE_EVENT", "SEND_NOTIFICATION", "CREATE_CASE", "UPDATE_CASE", "END_ASSOCIATED_TASKS"
|
|
5213
|
+
# resp.rule.actions[0].action_type #=> String, one of "CREATE_TASK", "ASSIGN_CONTACT_CATEGORY", "GENERATE_EVENTBRIDGE_EVENT", "SEND_NOTIFICATION", "CREATE_CASE", "UPDATE_CASE", "END_ASSOCIATED_TASKS", "SUBMIT_AUTO_EVALUATION"
|
|
5214
5214
|
# resp.rule.actions[0].task_action.name #=> String
|
|
5215
5215
|
# resp.rule.actions[0].task_action.description #=> String
|
|
5216
5216
|
# resp.rule.actions[0].task_action.contact_flow_id #=> String
|
|
@@ -5237,6 +5237,7 @@ module Aws::Connect
|
|
|
5237
5237
|
# resp.rule.actions[0].update_case_action.fields[0].value.boolean_value #=> Boolean
|
|
5238
5238
|
# resp.rule.actions[0].update_case_action.fields[0].value.double_value #=> Float
|
|
5239
5239
|
# resp.rule.actions[0].update_case_action.fields[0].value.string_value #=> String
|
|
5240
|
+
# resp.rule.actions[0].submit_auto_evaluation_action.evaluation_form_id #=> String
|
|
5240
5241
|
# resp.rule.publish_status #=> String, one of "DRAFT", "PUBLISHED"
|
|
5241
5242
|
# resp.rule.created_time #=> Time
|
|
5242
5243
|
# resp.rule.last_updated_time #=> Time
|
|
@@ -10316,7 +10317,7 @@ module Aws::Connect
|
|
|
10316
10317
|
# resp.rule_summary_list[0].event_source_name #=> String, one of "OnPostCallAnalysisAvailable", "OnRealTimeCallAnalysisAvailable", "OnRealTimeChatAnalysisAvailable", "OnPostChatAnalysisAvailable", "OnZendeskTicketCreate", "OnZendeskTicketStatusUpdate", "OnSalesforceCaseCreate", "OnContactEvaluationSubmit", "OnMetricDataUpdate", "OnCaseCreate", "OnCaseUpdate"
|
|
10317
10318
|
# resp.rule_summary_list[0].publish_status #=> String, one of "DRAFT", "PUBLISHED"
|
|
10318
10319
|
# resp.rule_summary_list[0].action_summaries #=> Array
|
|
10319
|
-
# resp.rule_summary_list[0].action_summaries[0].action_type #=> String, one of "CREATE_TASK", "ASSIGN_CONTACT_CATEGORY", "GENERATE_EVENTBRIDGE_EVENT", "SEND_NOTIFICATION", "CREATE_CASE", "UPDATE_CASE", "END_ASSOCIATED_TASKS"
|
|
10320
|
+
# resp.rule_summary_list[0].action_summaries[0].action_type #=> String, one of "CREATE_TASK", "ASSIGN_CONTACT_CATEGORY", "GENERATE_EVENTBRIDGE_EVENT", "SEND_NOTIFICATION", "CREATE_CASE", "UPDATE_CASE", "END_ASSOCIATED_TASKS", "SUBMIT_AUTO_EVALUATION"
|
|
10320
10321
|
# resp.rule_summary_list[0].created_time #=> Time
|
|
10321
10322
|
# resp.rule_summary_list[0].last_updated_time #=> Time
|
|
10322
10323
|
# resp.next_token #=> String
|
|
@@ -15863,7 +15864,7 @@ module Aws::Connect
|
|
|
15863
15864
|
# function: "RuleFunction", # required
|
|
15864
15865
|
# actions: [ # required
|
|
15865
15866
|
# {
|
|
15866
|
-
# action_type: "CREATE_TASK", # required, accepts CREATE_TASK, ASSIGN_CONTACT_CATEGORY, GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION, CREATE_CASE, UPDATE_CASE, END_ASSOCIATED_TASKS
|
|
15867
|
+
# action_type: "CREATE_TASK", # required, accepts CREATE_TASK, ASSIGN_CONTACT_CATEGORY, GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION, CREATE_CASE, UPDATE_CASE, END_ASSOCIATED_TASKS, SUBMIT_AUTO_EVALUATION
|
|
15867
15868
|
# task_action: {
|
|
15868
15869
|
# name: "TaskNameExpression", # required
|
|
15869
15870
|
# description: "TaskDescriptionExpression",
|
|
@@ -15923,6 +15924,9 @@ module Aws::Connect
|
|
|
15923
15924
|
# },
|
|
15924
15925
|
# end_associated_tasks_action: {
|
|
15925
15926
|
# },
|
|
15927
|
+
# submit_auto_evaluation_action: {
|
|
15928
|
+
# evaluation_form_id: "EvaluationFormId", # required
|
|
15929
|
+
# },
|
|
15926
15930
|
# },
|
|
15927
15931
|
# ],
|
|
15928
15932
|
# publish_status: "DRAFT", # required, accepts DRAFT, PUBLISHED
|
|
@@ -15970,9 +15974,6 @@ module Aws::Connect
|
|
|
15970
15974
|
# to in Amazon Connect.
|
|
15971
15975
|
#
|
|
15972
15976
|
# @option params [Array<Types::Application>] :applications
|
|
15973
|
-
# This API is in preview release for Amazon Connect and is subject to
|
|
15974
|
-
# change.
|
|
15975
|
-
#
|
|
15976
15977
|
# A list of the third-party application's metadata.
|
|
15977
15978
|
#
|
|
15978
15979
|
# @option params [Array<String>] :hierarchy_restricted_resources
|
|
@@ -16681,7 +16682,7 @@ module Aws::Connect
|
|
|
16681
16682
|
params: params,
|
|
16682
16683
|
config: config)
|
|
16683
16684
|
context[:gem_name] = 'aws-sdk-connect'
|
|
16684
|
-
context[:gem_version] = '1.
|
|
16685
|
+
context[:gem_version] = '1.154.0'
|
|
16685
16686
|
Seahorse::Client::Request.new(handlers, context)
|
|
16686
16687
|
end
|
|
16687
16688
|
|
|
@@ -380,6 +380,7 @@ module Aws::Connect
|
|
|
380
380
|
EvaluationForm = Shapes::StructureShape.new(name: 'EvaluationForm')
|
|
381
381
|
EvaluationFormContent = Shapes::StructureShape.new(name: 'EvaluationFormContent')
|
|
382
382
|
EvaluationFormDescription = Shapes::StringShape.new(name: 'EvaluationFormDescription')
|
|
383
|
+
EvaluationFormId = Shapes::StringShape.new(name: 'EvaluationFormId')
|
|
383
384
|
EvaluationFormItem = Shapes::UnionShape.new(name: 'EvaluationFormItem')
|
|
384
385
|
EvaluationFormItemWeight = Shapes::FloatShape.new(name: 'EvaluationFormItemWeight')
|
|
385
386
|
EvaluationFormItemsList = Shapes::ListShape.new(name: 'EvaluationFormItemsList')
|
|
@@ -1012,6 +1013,7 @@ module Aws::Connect
|
|
|
1012
1013
|
StringCondition = Shapes::StructureShape.new(name: 'StringCondition')
|
|
1013
1014
|
StringReference = Shapes::StructureShape.new(name: 'StringReference')
|
|
1014
1015
|
Subject = Shapes::StringShape.new(name: 'Subject')
|
|
1016
|
+
SubmitAutoEvaluationActionDefinition = Shapes::StructureShape.new(name: 'SubmitAutoEvaluationActionDefinition')
|
|
1015
1017
|
SubmitContactEvaluationRequest = Shapes::StructureShape.new(name: 'SubmitContactEvaluationRequest')
|
|
1016
1018
|
SubmitContactEvaluationResponse = Shapes::StructureShape.new(name: 'SubmitContactEvaluationResponse')
|
|
1017
1019
|
Subtype = Shapes::StringShape.new(name: 'Subtype')
|
|
@@ -4116,6 +4118,7 @@ module Aws::Connect
|
|
|
4116
4118
|
RuleAction.add_member(:create_case_action, Shapes::ShapeRef.new(shape: CreateCaseActionDefinition, location_name: "CreateCaseAction"))
|
|
4117
4119
|
RuleAction.add_member(:update_case_action, Shapes::ShapeRef.new(shape: UpdateCaseActionDefinition, location_name: "UpdateCaseAction"))
|
|
4118
4120
|
RuleAction.add_member(:end_associated_tasks_action, Shapes::ShapeRef.new(shape: EndAssociatedTasksActionDefinition, location_name: "EndAssociatedTasksAction"))
|
|
4121
|
+
RuleAction.add_member(:submit_auto_evaluation_action, Shapes::ShapeRef.new(shape: SubmitAutoEvaluationActionDefinition, location_name: "SubmitAutoEvaluationAction"))
|
|
4119
4122
|
RuleAction.struct_class = Types::RuleAction
|
|
4120
4123
|
|
|
4121
4124
|
RuleActions.member = Shapes::ShapeRef.new(shape: RuleAction)
|
|
@@ -4541,6 +4544,9 @@ module Aws::Connect
|
|
|
4541
4544
|
StringReference.add_member(:value, Shapes::ShapeRef.new(shape: ReferenceValue, location_name: "Value"))
|
|
4542
4545
|
StringReference.struct_class = Types::StringReference
|
|
4543
4546
|
|
|
4547
|
+
SubmitAutoEvaluationActionDefinition.add_member(:evaluation_form_id, Shapes::ShapeRef.new(shape: EvaluationFormId, required: true, location_name: "EvaluationFormId"))
|
|
4548
|
+
SubmitAutoEvaluationActionDefinition.struct_class = Types::SubmitAutoEvaluationActionDefinition
|
|
4549
|
+
|
|
4544
4550
|
SubmitContactEvaluationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
|
4545
4551
|
SubmitContactEvaluationRequest.add_member(:evaluation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "EvaluationId"))
|
|
4546
4552
|
SubmitContactEvaluationRequest.add_member(:answers, Shapes::ShapeRef.new(shape: EvaluationAnswersInputMap, location_name: "Answers"))
|
|
@@ -3339,9 +3339,6 @@ module Aws::Connect
|
|
|
3339
3339
|
# @return [Array<String>]
|
|
3340
3340
|
#
|
|
3341
3341
|
# @!attribute [rw] applications
|
|
3342
|
-
# This API is in preview release for Amazon Connect and is subject to
|
|
3343
|
-
# change.
|
|
3344
|
-
#
|
|
3345
3342
|
# A list of third-party applications that the security profile will
|
|
3346
3343
|
# give access to.
|
|
3347
3344
|
# @return [Array<Types::Application>]
|
|
@@ -12115,9 +12112,6 @@ module Aws::Connect
|
|
|
12115
12112
|
end
|
|
12116
12113
|
|
|
12117
12114
|
# @!attribute [rw] applications
|
|
12118
|
-
# This API is in preview release for Amazon Connect and is subject to
|
|
12119
|
-
# change.
|
|
12120
|
-
#
|
|
12121
12115
|
# A list of the third-party application's metadata.
|
|
12122
12116
|
# @return [Array<Types::Application>]
|
|
12123
12117
|
#
|
|
@@ -15521,6 +15515,10 @@ module Aws::Connect
|
|
|
15521
15515
|
# Supported only for `TriggerEventSource` values: `OnCaseUpdate`.
|
|
15522
15516
|
# @return [Types::EndAssociatedTasksActionDefinition]
|
|
15523
15517
|
#
|
|
15518
|
+
# @!attribute [rw] submit_auto_evaluation_action
|
|
15519
|
+
# Information about the submit automated evaluation action.
|
|
15520
|
+
# @return [Types::SubmitAutoEvaluationActionDefinition]
|
|
15521
|
+
#
|
|
15524
15522
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RuleAction AWS API Documentation
|
|
15525
15523
|
#
|
|
15526
15524
|
class RuleAction < Struct.new(
|
|
@@ -15531,7 +15529,8 @@ module Aws::Connect
|
|
|
15531
15529
|
:send_notification_action,
|
|
15532
15530
|
:create_case_action,
|
|
15533
15531
|
:update_case_action,
|
|
15534
|
-
:end_associated_tasks_action
|
|
15532
|
+
:end_associated_tasks_action,
|
|
15533
|
+
:submit_auto_evaluation_action)
|
|
15535
15534
|
SENSITIVE = []
|
|
15536
15535
|
include Aws::Structure
|
|
15537
15536
|
end
|
|
@@ -17885,6 +17884,20 @@ module Aws::Connect
|
|
|
17885
17884
|
include Aws::Structure
|
|
17886
17885
|
end
|
|
17887
17886
|
|
|
17887
|
+
# Information about the submit automated evaluation action.
|
|
17888
|
+
#
|
|
17889
|
+
# @!attribute [rw] evaluation_form_id
|
|
17890
|
+
# The identifier of the auto-evaluation enabled form.
|
|
17891
|
+
# @return [String]
|
|
17892
|
+
#
|
|
17893
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SubmitAutoEvaluationActionDefinition AWS API Documentation
|
|
17894
|
+
#
|
|
17895
|
+
class SubmitAutoEvaluationActionDefinition < Struct.new(
|
|
17896
|
+
:evaluation_form_id)
|
|
17897
|
+
SENSITIVE = []
|
|
17898
|
+
include Aws::Structure
|
|
17899
|
+
end
|
|
17900
|
+
|
|
17888
17901
|
# @!attribute [rw] instance_id
|
|
17889
17902
|
# The identifier of the Amazon Connect instance. You can [find the
|
|
17890
17903
|
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
@@ -20039,9 +20052,6 @@ module Aws::Connect
|
|
|
20039
20052
|
# @return [Array<String>]
|
|
20040
20053
|
#
|
|
20041
20054
|
# @!attribute [rw] applications
|
|
20042
|
-
# This API is in preview release for Amazon Connect and is subject to
|
|
20043
|
-
# change.
|
|
20044
|
-
#
|
|
20045
20055
|
# A list of the third-party application's metadata.
|
|
20046
20056
|
# @return [Array<Types::Application>]
|
|
20047
20057
|
#
|
data/lib/aws-sdk-connect.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -697,7 +697,7 @@ module Aws
|
|
|
697
697
|
function: ::String,
|
|
698
698
|
actions: Array[
|
|
699
699
|
{
|
|
700
|
-
action_type: ("CREATE_TASK" | "ASSIGN_CONTACT_CATEGORY" | "GENERATE_EVENTBRIDGE_EVENT" | "SEND_NOTIFICATION" | "CREATE_CASE" | "UPDATE_CASE" | "END_ASSOCIATED_TASKS"),
|
|
700
|
+
action_type: ("CREATE_TASK" | "ASSIGN_CONTACT_CATEGORY" | "GENERATE_EVENTBRIDGE_EVENT" | "SEND_NOTIFICATION" | "CREATE_CASE" | "UPDATE_CASE" | "END_ASSOCIATED_TASKS" | "SUBMIT_AUTO_EVALUATION"),
|
|
701
701
|
task_action: {
|
|
702
702
|
name: ::String,
|
|
703
703
|
description: ::String?,
|
|
@@ -752,6 +752,9 @@ module Aws
|
|
|
752
752
|
]
|
|
753
753
|
}?,
|
|
754
754
|
end_associated_tasks_action: {
|
|
755
|
+
}?,
|
|
756
|
+
submit_auto_evaluation_action: {
|
|
757
|
+
evaluation_form_id: ::String
|
|
755
758
|
}?
|
|
756
759
|
},
|
|
757
760
|
],
|
|
@@ -3825,7 +3828,7 @@ module Aws
|
|
|
3825
3828
|
function: ::String,
|
|
3826
3829
|
actions: Array[
|
|
3827
3830
|
{
|
|
3828
|
-
action_type: ("CREATE_TASK" | "ASSIGN_CONTACT_CATEGORY" | "GENERATE_EVENTBRIDGE_EVENT" | "SEND_NOTIFICATION" | "CREATE_CASE" | "UPDATE_CASE" | "END_ASSOCIATED_TASKS"),
|
|
3831
|
+
action_type: ("CREATE_TASK" | "ASSIGN_CONTACT_CATEGORY" | "GENERATE_EVENTBRIDGE_EVENT" | "SEND_NOTIFICATION" | "CREATE_CASE" | "UPDATE_CASE" | "END_ASSOCIATED_TASKS" | "SUBMIT_AUTO_EVALUATION"),
|
|
3829
3832
|
task_action: {
|
|
3830
3833
|
name: ::String,
|
|
3831
3834
|
description: ::String?,
|
|
@@ -3880,6 +3883,9 @@ module Aws
|
|
|
3880
3883
|
]
|
|
3881
3884
|
}?,
|
|
3882
3885
|
end_associated_tasks_action: {
|
|
3886
|
+
}?,
|
|
3887
|
+
submit_auto_evaluation_action: {
|
|
3888
|
+
evaluation_form_id: ::String
|
|
3883
3889
|
}?
|
|
3884
3890
|
},
|
|
3885
3891
|
],
|
data/sig/types.rbs
CHANGED
|
@@ -14,7 +14,7 @@ module Aws::Connect
|
|
|
14
14
|
end
|
|
15
15
|
|
|
16
16
|
class ActionSummary
|
|
17
|
-
attr_accessor action_type: ("CREATE_TASK" | "ASSIGN_CONTACT_CATEGORY" | "GENERATE_EVENTBRIDGE_EVENT" | "SEND_NOTIFICATION" | "CREATE_CASE" | "UPDATE_CASE" | "END_ASSOCIATED_TASKS")
|
|
17
|
+
attr_accessor action_type: ("CREATE_TASK" | "ASSIGN_CONTACT_CATEGORY" | "GENERATE_EVENTBRIDGE_EVENT" | "SEND_NOTIFICATION" | "CREATE_CASE" | "UPDATE_CASE" | "END_ASSOCIATED_TASKS" | "SUBMIT_AUTO_EVALUATION")
|
|
18
18
|
SENSITIVE: []
|
|
19
19
|
end
|
|
20
20
|
|
|
@@ -3672,7 +3672,7 @@ module Aws::Connect
|
|
|
3672
3672
|
end
|
|
3673
3673
|
|
|
3674
3674
|
class RuleAction
|
|
3675
|
-
attr_accessor action_type: ("CREATE_TASK" | "ASSIGN_CONTACT_CATEGORY" | "GENERATE_EVENTBRIDGE_EVENT" | "SEND_NOTIFICATION" | "CREATE_CASE" | "UPDATE_CASE" | "END_ASSOCIATED_TASKS")
|
|
3675
|
+
attr_accessor action_type: ("CREATE_TASK" | "ASSIGN_CONTACT_CATEGORY" | "GENERATE_EVENTBRIDGE_EVENT" | "SEND_NOTIFICATION" | "CREATE_CASE" | "UPDATE_CASE" | "END_ASSOCIATED_TASKS" | "SUBMIT_AUTO_EVALUATION")
|
|
3676
3676
|
attr_accessor task_action: Types::TaskActionDefinition
|
|
3677
3677
|
attr_accessor event_bridge_action: Types::EventBridgeActionDefinition
|
|
3678
3678
|
attr_accessor assign_contact_category_action: Types::AssignContactCategoryActionDefinition
|
|
@@ -3680,6 +3680,7 @@ module Aws::Connect
|
|
|
3680
3680
|
attr_accessor create_case_action: Types::CreateCaseActionDefinition
|
|
3681
3681
|
attr_accessor update_case_action: Types::UpdateCaseActionDefinition
|
|
3682
3682
|
attr_accessor end_associated_tasks_action: Types::EndAssociatedTasksActionDefinition
|
|
3683
|
+
attr_accessor submit_auto_evaluation_action: Types::SubmitAutoEvaluationActionDefinition
|
|
3683
3684
|
SENSITIVE: []
|
|
3684
3685
|
end
|
|
3685
3686
|
|
|
@@ -4211,6 +4212,11 @@ module Aws::Connect
|
|
|
4211
4212
|
SENSITIVE: []
|
|
4212
4213
|
end
|
|
4213
4214
|
|
|
4215
|
+
class SubmitAutoEvaluationActionDefinition
|
|
4216
|
+
attr_accessor evaluation_form_id: ::String
|
|
4217
|
+
SENSITIVE: []
|
|
4218
|
+
end
|
|
4219
|
+
|
|
4214
4220
|
class SubmitContactEvaluationRequest
|
|
4215
4221
|
attr_accessor instance_id: ::String
|
|
4216
4222
|
attr_accessor evaluation_id: ::String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.154.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: 2024-
|
|
11
|
+
date: 2024-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|