@Stability(value=Stable)
public static interface CfnQuickConnect.UserQuickConnectConfigProperty
extends software.amazon.jsii.JsiiSerializable
The contact flow must be of type Transfer to Agent.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.connect.*;
UserQuickConnectConfigProperty userQuickConnectConfigProperty = UserQuickConnectConfigProperty.builder()
.contactFlowArn("contactFlowArn")
.userArn("userArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnQuickConnect.UserQuickConnectConfigProperty.Builder
A builder for
CfnQuickConnect.UserQuickConnectConfigProperty |
static class |
CfnQuickConnect.UserQuickConnectConfigProperty.Jsii$Proxy
An implementation for
CfnQuickConnect.UserQuickConnectConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnQuickConnect.UserQuickConnectConfigProperty.Builder |
builder() |
String |
getContactFlowArn()
The Amazon Resource Name (ARN) of the contact flow.
|
String |
getUserArn()
The Amazon Resource Name (ARN) of the user.
|
@Stability(value=Stable) @NotNull String getContactFlowArn()
@Stability(value=Stable) @NotNull String getUserArn()
@Stability(value=Stable) static CfnQuickConnect.UserQuickConnectConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.