Interface UserQuickConnectConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UserQuickConnectConfig.Builder,UserQuickConnectConfig>, SdkBuilder<UserQuickConnectConfig.Builder,UserQuickConnectConfig>, SdkPojo
Enclosing class:
UserQuickConnectConfig

public static interface UserQuickConnectConfig.Builder extends SdkPojo, CopyableBuilder<UserQuickConnectConfig.Builder,UserQuickConnectConfig>
  • Method Details

    • userId

      The identifier of the user.

      Parameters:
      userId - The identifier of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contactFlowId

      UserQuickConnectConfig.Builder contactFlowId(String contactFlowId)

      The identifier of the flow.

      Parameters:
      contactFlowId - The identifier of the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.