ccs-digitalmarketplace-frameworks 5.1.37 → 5.1.39
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.
- package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupport.yml +3 -1
- package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupportAccessibility.yml +2 -1
- package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupportPriority.yml +2 -1
- package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupportResponseTimes.yml +2 -1
- package/frameworks/g-cloud-15/questions/services/multiqEmailOrTicketingSupport.yml +2 -1
- package/frameworks/g-cloud-15/questions/services/multiqPhoneSupport.yml +2 -1
- package/frameworks/g-cloud-15/questions/services/multiqWebChatSupport.yml +3 -1
- package/frameworks/g-cloud-15/questions/services/onsiteSupport.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/phoneSupport.yml +2 -1
- package/frameworks/g-cloud-15/questions/services/phoneSupportAvailability.yml +2 -1
- package/frameworks/g-cloud-15/questions/services/securityTestingWhat.yml +1 -1
- package/frameworks/g-cloud-15/questions/services/supportLevels.yml +2 -1
- package/frameworks/g-cloud-15/questions/services/webChatSupport.yml +5 -1
- package/frameworks/g-cloud-15/questions/services/webChatSupportAccessibility.yml +2 -1
- package/frameworks/g-cloud-15/questions/services/webChatSupportAccessibilityDescription.yml +2 -1
- package/frameworks/g-cloud-15/questions/services/webChatSupportAccessibilityTesting.yml +2 -1
- package/frameworks/g-cloud-15/questions/services/webChatSupportAiChatbot.yml +18 -0
- package/frameworks/g-cloud-15/questions/services/webChatSupportAvailability.yml +2 -1
- package/package.json +1 -1
|
@@ -5,14 +5,16 @@ depends:
|
|
|
5
5
|
- "on": lot
|
|
6
6
|
being:
|
|
7
7
|
- iaas-and-paas
|
|
8
|
+
- iaas-and-paas-above-official
|
|
8
9
|
- isaas
|
|
9
|
-
- cloud-support
|
|
10
10
|
- saas
|
|
11
|
+
- cloud-support
|
|
11
12
|
|
|
12
13
|
type: multiquestion
|
|
13
14
|
questions:
|
|
14
15
|
- webChatSupport
|
|
15
16
|
- webChatSupportAvailability
|
|
17
|
+
- webChatSupportAiChatbot
|
|
16
18
|
- webChatSupportAccessibility
|
|
17
19
|
- webChatSupportAccessibilityDescription
|
|
18
20
|
- webChatSupportAccessibilityTesting
|
|
@@ -20,7 +20,7 @@ options:
|
|
|
20
20
|
value: security_risk_management
|
|
21
21
|
- label: Security design
|
|
22
22
|
value: security_design
|
|
23
|
-
- label:
|
|
23
|
+
- label: Security quality assurance (QA) and testing
|
|
24
24
|
value: security_testing
|
|
25
25
|
- label: Security incident management
|
|
26
26
|
value: security_incident_management
|
|
@@ -5,14 +5,18 @@ depends:
|
|
|
5
5
|
- "on": lot
|
|
6
6
|
being:
|
|
7
7
|
- iaas-and-paas
|
|
8
|
+
- iaas-and-paas-above-official
|
|
8
9
|
- isaas
|
|
9
|
-
- cloud-support
|
|
10
10
|
- saas
|
|
11
|
+
- cloud-support
|
|
11
12
|
|
|
12
13
|
followup:
|
|
13
14
|
webChatSupportAvailability:
|
|
14
15
|
- "yes"
|
|
15
16
|
- yes_extra_cost
|
|
17
|
+
webChatSupportAiChatbot:
|
|
18
|
+
- "yes"
|
|
19
|
+
- yes_extra_cost
|
|
16
20
|
webChatSupportAccessibility:
|
|
17
21
|
- "yes"
|
|
18
22
|
- yes_extra_cost
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: AI chatbot
|
|
2
|
+
question: Do you make available an AI driven self service tool (BOT) before you reach an operative?
|
|
3
|
+
|
|
4
|
+
hidden: true
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
- cloud-support
|
|
13
|
+
|
|
14
|
+
type: boolean
|
|
15
|
+
|
|
16
|
+
validations:
|
|
17
|
+
- name: answer_required
|
|
18
|
+
message: Please select Yes or No to continue.
|