You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range.
Copy file name to clipboardExpand all lines: sdk/src/Services/Connect/Generated/Model/ContactFlow.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,8 @@ internal bool IsSetArn()
63
63
/// <summary>
64
64
/// Gets and sets the property Content.
65
65
/// <para>
66
-
/// The content of the flow.
66
+
/// The JSON string that represents the content of the flow. For an example, see <a href="https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html">Example
67
+
/// contact flow in Amazon Connect Flow language</a>.
Copy file name to clipboardExpand all lines: sdk/src/Services/Connect/Generated/Model/ContactFlowModule.cs
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,12 @@ internal bool IsSetArn()
63
63
/// <summary>
64
64
/// Gets and sets the property Content.
65
65
/// <para>
66
-
/// The content of the flow module.
66
+
/// The JSON string that represents the content of the flow. For an example, see <a href="https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html">Example
67
+
/// contact flow in Amazon Connect Flow language</a>.
68
+
/// </para>
69
+
///
70
+
/// <para>
71
+
/// Length Constraints: Minimum length of 1. Maximum length of 256000.
Copy file name to clipboardExpand all lines: sdk/src/Services/Connect/Generated/Model/CreateContactFlowRequest.cs
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,12 @@ public partial class CreateContactFlowRequest : AmazonConnectRequest
50
50
/// <summary>
51
51
/// Gets and sets the property Content.
52
52
/// <para>
53
-
/// The content of the flow.
53
+
/// The JSON string that represents the content of the flow. For an example, see <a href="https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html">Example
54
+
/// contact flow in Amazon Connect Flow language</a>.
55
+
/// </para>
56
+
///
57
+
/// <para>
58
+
/// Length Constraints: Minimum length of 1. Maximum length of 256000.
/// This metric is available only in Amazon Web Services Regions where <a href="https://docs.aws.amazon.com/connect/latest/adminguide/regions.html#optimization_region">Forecasting,
228
304
/// capacity planning, and scheduling</a> is available.
0 commit comments